Online movies ad remover

Blocks ads on various online movie streaming websites and adds some features to them.

Online movies ad remover क्या है?

Online movies ad remover George Marcus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Blocks ads on various online movie streaming websites and adds some features to them."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Online movies ad remover एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Blocks ads on various online movie streaming websites. Feel free to request other to be added!

If you would like to help, here is the donation link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DD5XH4X4ZYXDN                    

एक्सटेंशन की मूल जानकारी

नाम Online movies ad remover Online movies ad remover
ID aolhnmfbfllpbmmmlkmhmnacealbkepg
आधिकारिक URL https://chromewebstore.google.com/detail/online-movies-ad-remover/aolhnmfbfllpbmmmlkmhmnacealbkepg
विवरण Blocks ads on various online movie streaming websites and adds some features to them.
फ़ाइल का आकार 100 KB
स्थापना संख्या 327
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2018-01-14
प्रकाशन तिथि 2018-01-13
रेटिंग 4.96/5 कुल 56 रेटिंग्स
डेवलपर George Marcus
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.0.1",
    "author": "George Marcus",
    "icons": {
        "48": "ext_images\/990_icon_48.png",
        "128": "ext_images\/990_icon_128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.990.ro\/*"
            ],
            "js": [
                "script_990_remove_anti_adblock.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/www.990.ro\/*"
            ],
            "js": [
                "jquery.min.js",
                "script_990_search.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.990.ro\/*"
            ],
            "js": [
                "jquery.min.js",
                "common.js",
                "script_990_sidebar.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/www.990.ro\/*"
            ],
            "js": [
                "jquery.min.js",
                "common.js",
                "script_990_site_common.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.990.ro\/"
            ],
            "js": [
                "jquery.min.js",
                "common.js",
                "script_990_home_start.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/www.990.ro\/"
            ],
            "js": [
                "jquery.min.js",
                "script_990_home_end.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.990.ro\/seriale-*"
            ],
            "js": [
                "jquery.min.js",
                "common.js",
                "script_990_episode_list.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.990.ro\/filme-*"
            ],
            "js": [
                "script_990_filme.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.990.ro\/seriale2*"
            ],
            "js": [
                "jquery.min.js",
                "common.js",
                "script_990_redirect_seriale.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.990.ro\/player-*"
            ],
            "js": [
                "jquery.min.js",
                "common.js",
                "script_990_redirect_player.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.mastervid.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "common.js",
                "script_990_player_start.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/www.mastervid.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "common.js",
                "script_990_player_end.js"
            ],
            "css": [
                "styles.css"
            ]
        },
        {
            "matches": [
                "http:\/\/thevideo.me\/*"
            ],
            "js": [
                "jquery.min.js",
                "common.js",
                "script_iframe_thevideo_start.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/thevideo.me\/*"
            ],
            "js": [
                "jquery.min.js",
                "script_iframe_thevideo_end.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/openload.co\/*"
            ],
            "js": [
                "jquery.min.js",
                "common.js",
                "script_iframe_openload_start.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/openload.co\/*"
            ],
            "js": [
                "jquery.min.js",
                "script_iframe_openload_end.js"
            ],
            "all_frames": true,
            "css": [
                "styles.css"
            ]
        },
        {
            "matches": [
                "http:\/\/videomega.tv\/*",
                "http:\/\/up2stream.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "common.js",
                "script_iframe_videomega_start.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/videomega.tv\/*",
                "http:\/\/up2stream.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "script_iframe_videomega_end.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/vezi-online.org\/episod\/*"
            ],
            "js": [
                "jquery.min.js",
                "common.js",
                "script_vezi_seriale_start.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/vezi-online.org\/episod\/*"
            ],
            "js": [
                "jquery.min.js",
                "script_vezi_seriale_end.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js",
            "script_990_analytics_background.js"
        ]
    },
    "web_accessible_resources": [
        "ext_images\/star.png",
        "ext_images\/bug.png"
    ]
}