Ad Blocking Power

Show an Old Spice ad instead of a normal ad.

Cos'è Ad Blocking Power?

Ad Blocking Power è un'estensione di Chrome sviluppata da Chapter 7 Certified, e la sua funzione principale è "Show an Old Spice ad instead of a normal ad.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ad Blocking Power

Scarica i file di estensione Ad Blocking Power 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

                        This extension replaces image ads on the web with Terry Crews and Old Spice images.

Not affiliated with Terry Crews or Old Spice.

Based off of the Doge Ad Blocker: https://github.com/grevory/doge-ad-blocker-chrome-extension                    

Informazioni di Base sull'Estensione

Nome Ad Blocking Power Ad Blocking Power
ID najdbfgcbeanghldlcndgjhiemobnmof
URL Ufficiale https://chromewebstore.google.com/detail/ad-blocking-power/najdbfgcbeanghldlcndgjhiemobnmof
Descrizione Show an Old Spice ad instead of a normal ad.
Dimensione del File 105 KB
Conteggio Installazioni 472
Versione Corrente 0.1
Ultimo Aggiornamento 2016-01-11
Data di Pubblicazione 2016-01-11
Valutazione 4.10/5 Totale 10 Valutazioni
Sviluppatore Chapter 7 Certified
Tipo di Pagamento free
Sito Web dell'Estensione http://www.chapter7certified.tk
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad Blocking Power",
    "description": "Show an Old Spice ad instead of a normal ad.",
    "author": "Liam Mills",
    "version": "0.1",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "icons\/power-ad-blocker-16.png",
        "48": "icons\/power-ad-blocker-48.png",
        "128": "icons\/power-ad-blocker-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/power-ad-blocker-19.png",
        "default_title": "Power Ad Blocker Settings",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "power-ad-replacer.js"
            ]
        }
    ]
}