it doesn't work at all. i edited as you said, and
"type": "all"
to
"type": "cutscene" didn't made any difference.
when i added the loop you wrote under the modfile, the mod was totally disabled.
		
		
	 
Did you see any error reported by BDX? 
there might be some syntax error in the modfile. Anyway here is my edited modfile that is currently working
{
    "version": 2,
    "type": "loop",
    "disable": [
        "Anchors/object/skeleton steam",
        "Anchors/object/UIParticle - cut Front1 (1)",
        "Anchors/object/UIParticle - cut2 Front (1)",
        "Anchors/object/UIParticle - Cut2 Front (1)"
    ]
},
{
    "version": 2,
    "type": "cutscene",
    "disable": [
        "Cut1/Anchors/object/skeleton steam",
        "Cut1/Anchors/object/UIParticle - cut Front1 (1)",
        "Cut1/Anchors/object/UIParticle - cut2 Front (1)",
        "Cut1/Anchors/object/UIParticle - Cut2 Front (1)"
    ]
}