RapidVideoAdblocker

RapidVideoAdblocker

remove ads by RapidVideo

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "RapidVideoAdblocker",
  "description": "remove ads by RapidVideo",
  "version": "1.0",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://kissanime.ru/*"
      ],
      "js": [
        "jquery.js",
        "myscript.js"
      ]
    }
  ]
}