Movies sites AdBlock

Movies sites AdBlock

What is Movies sites AdBlock?

Movies sites AdBlock is a Chrome extension developed by Sign Painter, and its main feature is "Movies sites AdBlock".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Movies sites AdBlock Extension CRX File

Download Movies sites AdBlock 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

                        Расширение удаляет всю рекламу с сайта rezka.ag (hdrezka.ag), kinogo.co, cxz.to (fs.to) и с плеера (реклама удаляется со всех плееров moonwalk - которые используют 90% сайтов с HD).                    

Extension Basic Information

Name Movies sites AdBlock Movies sites AdBlock
ID ganicbccpopbpidgkpeflfmmhjbkbonj
Official URL https://chromewebstore.google.com/detail/movies-sites-adblock/ganicbccpopbpidgkpeflfmmhjbkbonj
Description Movies sites AdBlock
File Size 7.21 KB
Installation Count 1,684
Current Version 0.3.9
Last Updated 2019-06-03
Publish Date 2019-06-02
Rating 4.56/5 Total 32 Ratings
Developer Sign Painter
Email [email protected]
Payment Type free
Privacy Policy Page URL https://app.tripseasonmap.com/privacy.html
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Movies sites AdBlock",
    "short_name": "Movies sites AdBlock",
    "version": "0.3.9",
    "description": "Movies sites AdBlock",
    "icons": {
        "48": "icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/moonwalk.cc\/*",
                "http:\/\/*.cdn2hd.xyz\/*",
                "http:\/\/*.cdnapponline.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/www.hdserials.tv\/*",
                "http:\/\/rezka.ag\/*",
                "http:\/\/hdrezka.co\/*",
                "http:\/\/hdrezka.club\/*",
                "http:\/\/hdrezka-ag.com\/*"
            ],
            "css": [
                "inject.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/kinogo.co\/*"
            ],
            "css": [
                "inject2.css"
            ],
            "run_at": "document_start"
        }
    ],
    "homepage_url": "http:\/\/onplayer.net\/",
    "offline_enabled": false,
    "permissions": [
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}