WowHead IFrameBlocker

This extension stops wowhead from using iframes and other advertising annoyances.

Cos'è WowHead IFrameBlocker?

WowHead IFrameBlocker è un'estensione di Chrome sviluppata da Joseph Gordon, e la sua funzione principale è "This extension stops wowhead from using iframes and other advertising annoyances.".

Scarica il file CRX dell'estensione WowHead IFrameBlocker

Scarica i file di estensione WowHead IFrameBlocker 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

                                            

Informazioni di Base sull'Estensione

Nome WowHead IFrameBlocker WowHead IFrameBlocker
ID bphdakfechdihlgbkaogkamgccfjkcnd
URL Ufficiale https://chrome.google.com/webstore/detail/wowhead-iframeblocker/bphdakfechdihlgbkaogkamgccfjkcnd
Descrizione This extension stops wowhead from using iframes and other advertising annoyances.
Dimensione del File 31.22 KB
Conteggio Installazioni 299
Versione Corrente 1.4
Ultimo Aggiornamento 2017-11-05
Data di Pubblicazione 2017-11-05
Valutazione 4.60/5 Totale 20 Valutazioni
Sviluppatore Joseph Gordon
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WowHead IFrameBlocker",
    "description": "This extension stops wowhead from using iframes and other advertising annoyances.",
    "version": "1.4",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wowhead.com\/*"
            ],
            "js": [
                "jquery.js",
                "injector.js"
            ],
            "css": [
                "injector.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*.wowhead.com\/*"
    ]
}