Iframe constant removal

Constant Iframe removing to block annoying ads. 0.5 sec delay.

Cos'è Iframe constant removal?

Iframe constant removal è un'estensione di Chrome sviluppata da HashFair, e la sua funzione principale è "Constant Iframe removing to block annoying ads. 0.5 sec delay.".

Scarica il file CRX dell'estensione Iframe constant removal

Scarica i file di estensione Iframe constant removal 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

                        Constant Iframe removing to block annoying ads.
0.5 sec delay.                    

Informazioni di Base sull'Estensione

Nome Iframe constant removal Iframe constant removal
ID cgbjgnebmafpalandcmmalkncndcfnpo
URL Ufficiale https://chromewebstore.google.com/detail/iframe-constant-removal/cgbjgnebmafpalandcmmalkncndcfnpo
Descrizione Constant Iframe removing to block annoying ads. 0.5 sec delay.
Dimensione del File 3.14 KB
Conteggio Installazioni 49
Versione Corrente 0.1
Ultimo Aggiornamento 2017-10-28
Data di Pubblicazione 2017-10-28
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore HashFair
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Iframe constant removal",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}