Popup Blocker by ΔᎥяωεв

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

Cos'è Popup Blocker by ΔᎥяωεв?

Popup Blocker by ΔᎥяωεв è un'estensione di Chrome sviluppata da https://fancytext.blogspot.com, e la sua funzione principale è "Popup blocker for Chrome, remove popups, popunders from most of streaming video players like:…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Popup Blocker by ΔᎥяωεв

Scarica i file di estensione Popup Blocker by ΔᎥяωεв in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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...                    

Informazioni di Base sull'Estensione

Nome Popup Blocker by ΔᎥяωεв Popup Blocker by ΔᎥяωεв
ID bdokoeickhckaakdehpcebmopemnmjbj
URL Ufficiale https://chromewebstore.google.com/detail/popup-blocker-by-%CE%B4%EA%AD%B5%D1%8F%CF%89%CE%B5%D0%B2/bdokoeickhckaakdehpcebmopemnmjbj
Descrizione Popup blocker for Chrome, remove popups, popunders from most of streaming video players like:…
Dimensione del File 197 KB
Conteggio Installazioni 338
Versione Corrente 1.2
Ultimo Aggiornamento 2017-08-04
Data di Pubblicazione 2017-08-04
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore https://fancytext.blogspot.com
Tipo di Pagamento free
Sito Web dell'Estensione http://fancytext.blogspot.com/
Lingue Supportate 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"
        }
    ]
}