Popup Blocker by ΔᎥяωεв

Popup blocker for Chrome, remove popups, popunders from most of streaming video players like:…

What is Popup Blocker by ΔᎥяωεв?

Popup Blocker by ΔᎥяωεв is a Chrome extension developed by https://fancytext.blogspot.com, and its main feature is "Popup blocker for Chrome, remove popups, popunders from most of streaming video players like:…".

Extension Screenshots

screenshot

Download Popup Blocker by ΔᎥяωεв Extension CRX File

Download Popup Blocker by ΔᎥяωεв 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

                        Popup blocker for Chrome, remove popups, popunders from most of streaming video players like:
AllVid,ExaShare,FlashX,MyStream,NetU,ok.ru,OpenLoad,Rutube.ru,UpToStream,VidBull,VidUP,VodLocker,YouWatch...                    

Extension Basic Information

Name Popup Blocker by ΔᎥяωεв Popup Blocker by ΔᎥяωεв
ID bdokoeickhckaakdehpcebmopemnmjbj
Official URL https://chromewebstore.google.com/detail/popup-blocker-by-%CE%B4%EA%AD%B5%D1%8F%CF%89%CE%B5%D0%B2/bdokoeickhckaakdehpcebmopemnmjbj
Description Popup blocker for Chrome, remove popups, popunders from most of streaming video players like:…
File Size 197 KB
Installation Count 338
Current Version 1.2
Last Updated 2017-08-04
Publish Date 2017-08-04
Rating 4.00/5 Total 4 Ratings
Developer https://fancytext.blogspot.com
Payment Type free
Extension Website http://fancytext.blogspot.com/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Popup Blocker by \u0394\u13a5\u044f\u03c9\u03b5\u0432",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Popup Blocker by \u0394\u13a5\u044f\u03c9\u03b5\u0432",
        "permissions": [
            "tabs",
            "http:\/\/*\/*",
            "https:\/\/*\/*",
            "storage",
            "cookies"
        ]
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "home.html "
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}