Ad Blocking Power

Show an Old Spice ad instead of a normal ad.

Qu'est-ce que Ad Blocking Power ?

Ad Blocking Power est une extension Chrome développée par Chapter 7 Certified, et sa fonction principale est "Show an Old Spice ad instead of a normal ad.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ad Blocking Power

Téléchargez les fichiers d'extension Ad Blocking Power au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Ad Blocking Power Ad Blocking Power
ID najdbfgcbeanghldlcndgjhiemobnmof
URL Officiel https://chromewebstore.google.com/detail/ad-blocking-power/najdbfgcbeanghldlcndgjhiemobnmof
Description Show an Old Spice ad instead of a normal ad.
Taille du Fichier 105 KB
Nombre d'Installations 472
Version Actuelle 0.1
Dernière Mise à Jour 2016-01-11
Date de Publication 2016-01-11
Évaluation 4.10/5 Total 10 Évaluations
Développeur Chapter 7 Certified
Type de Paiement free
Site Web de l'Extension http://www.chapter7certified.tk
Langues Prises en Charge 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"
            ]
        }
    ]
}