RapidVideoAdblocker

remove ads by RapidVideo

What is RapidVideoAdblocker?

RapidVideoAdblocker is a Chrome extension developed by ヴぁんぱいあ, and its main feature is "remove ads by RapidVideo".

Extension Screenshots

screenshot

Download RapidVideoAdblocker Extension CRX File

Download RapidVideoAdblocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        RapidVideo Adblocker in KissAnime                    

Extension Basic Information

Name RapidVideoAdblocker RapidVideoAdblocker
ID dfppkebagphfipibikemgjbanbkmplnp
Official URL https://chrome.google.com/webstore/detail/rapidvideoadblocker/dfppkebagphfipibikemgjbanbkmplnp
Description remove ads by RapidVideo
File Size 118 KB
Installation Count 46
Current Version 1.0
Last Updated 2019-04-05
Publish Date 2019-04-05
Developer ヴぁんぱいあ
Payment Type free
Extension Website https://9ketsuki.info
Supported Languages en
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"
            ]
        }
    ]
}