Pure motion

Pure motion

The video ad remover

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Pure motion",
  "description": "The video ad remover",
  "version": "2.17",
  "permissions": [
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "scripting"
  ],
  "host_permissions": [
    "*://*.thepuremotion.com/*",
    "*://*.filmorias.com/*",
    "*://*.dood.watch/*",
    "*://*.dood.re/*",
    "*://*.dood.video/*",
    "*://*.4shared.com/*",
    "*://*.cda.pl/*",
    "*://*.dailymotion.com/*",
    "*://vod.cf.dmcdn.net/*",
    "*://*.embedrise.com/*",
    "*://milk.subtitlecloud.one/*",
    "*://*.filelions.to/*",
    "*://*.filelions.site/*",
    "*://*.filemoon.sx/*",
    "*://*.fmoonembed.pro/*",
    "*://*.hqq.tv/*",
    "*://*.mixdrop.co/*",
    "https://*.mxdcontent.net/*",
    "https://*.mxcontent.net/*",
    "*://*.mixdrop.ag/*",
    "*://*.mdy48tn97.com/*",
    "*://*.mdbekjwqa.pw/*",
    "*://*.mdfx9dc8n.net/*",
    "*://*.mixdropjmk.pw/*",
    "*://*.mixdrop21.net/*",
    "*://*.mixdrop.si/*",
    "*://*.mixdrop.nu/*",
    "*://*.mp4upload.com/*",
    "*://*.ok.ru/*",
    "*://*.mycdn.me/*",
    "*://*.streamruby.com/*",
    "*://*.streamruby.net/*",
    "*://*.streamtape.com/*",
    "*://*.streamvid.net/*",
    "*://*.streamwish.to/*",
    "*://*.supervideo.tv/*",
    "*://*.supervideo.cc/*",
    "*://*.tv2play.hu/*",
    "*://*.upstream.to/*",
    "*://*.upstreamcdn.co/*",
    "*://*.upvid.biz/*",
    "*://*.upvid.org/*",
    "*://*.upvid.cloud/*",
    "*://*.opvid.org/*",
    "*://*.opaganga.site/*",
    "*://*.kolchih.site/*",
    "*://*.mgjobs4u.com/*",
    "*://*.rpgresource.net/*",
    "*://*.confespacomercio.com/*",
    "*://*.uggbootsclearance.us/*",
    "*://*.xaviersarrate.com/*",
    "*://*.confespacomercio.com/*",
    "*://*.wholesalejerseysale.com/*",
    "*://*.opvid.online/*",
    "*://*.ghazette.com/*",
    "*://*.mensmagazineonline.com/*",
    "*://*.civicandarts.org/*",
    "*://*.photonovice.net/*",
    "*://*.bookreadsandreviews.com/*",
    "*://*.dvdcdconverter.com/*",
    "*://*.opvid.online/*",
    "*://*.turbofamilia.store/*",
    "*://*.turbovideo.homes/*",
    "*://*.supambul.website/*",
    "*://*.scmagazineblogs.com/*",
    "*://*.laminoriol.website/*",
    "*://*.vgfplay.com/*",
    "*://*.vembed.net/*",
    "*://*.guardstorage.net/*",
    "*://*.vgplayer.xyz/*",
    "*://*.vembed.org/*",
    "*://*.embedv.net/*",
    "*://*.bembed.net/*",
    "*://*.vidbm.com/*",
    "*://*.vidbem.com/*",
    "*://*.vidbom.com/*",
    "*://*.vedpom.com/*",
    "*://*.vadbom.com/*",
    "*://*.vidbam.org/*",
    "*://*.vedbam.xyz/*",
    "*://*.vidboo.org/*",
    "*://*.videa.hu/*",
    "*://*.videakid.hu/*",
    "*://*.vidoza.net/*",
    "*://*.vidoza.org/*",
    "*://*.videzz.net/*",
    "*://*.vimeo.com/*",
    "*://*.voe.sx/*",
    "*://*.graceaddresscommunity.com/*",
    "*://*.vtube.to/*",
    "*://*.vtbe.net/*",
    "*://*.vtbe.to/*",
    "*://*.vtube.network/*",
    "*://*.wolfstream.tv/*",
    "*://*.yadi.sk/*",
    "*://disk.yandex.com/*",
    "*://disk.yandex.ru/*"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "modify_headers",
        "enabled": true,
        "path": "rules_1.json"
      },
      {
        "id": "modify_headers_2",
        "enabled": true,
        "path": "rules_2.json"
      }
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/img/*",
        "/templates/*",
        "/videojs/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.thepuremotion.com/*",
        "*://*.filmorias.com/*",
        "*://*.sorozatbarat.club/*",
        "*://*.dood.watch/*",
        "*://*.gloria.tv/*",
        "*://*.gounlimited.to/*",
        "*://*.indavideo.hu/*",
        "*://*.livestream.com/*",
        "*://*.mightyupload.com/*",
        "*://*.sendvid.com/*",
        "*://*.theplatform.com/*",
        "*://*.userscloud.com/*",
        "*://*.veoh.com/*",
        "*://*.vk.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "loader.js"
      ],
      "all_frames": true
    }
  ],
  "background": {
    "service_worker": "dist/background.js"
  }
}