Ad Blocking Power

Show an Old Spice ad instead of a normal ad.

What is Ad Blocking Power?

Ad Blocking Power is a Chrome extension developed by Chapter 7 Certified, and its main feature is "Show an Old Spice ad instead of a normal ad.".

Extension Screenshots

screenshot

Download Ad Blocking Power Extension CRX File

Download Ad Blocking Power extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Ad Blocking Power Ad Blocking Power
ID najdbfgcbeanghldlcndgjhiemobnmof
Official URL https://chromewebstore.google.com/detail/ad-blocking-power/najdbfgcbeanghldlcndgjhiemobnmof
Description Show an Old Spice ad instead of a normal ad.
File Size 105 KB
Installation Count 472
Current Version 0.1
Last Updated 2016-01-11
Publish Date 2016-01-11
Rating 4.10/5 Total 10 Ratings
Developer Chapter 7 Certified
Payment Type free
Extension Website http://www.chapter7certified.tk
Supported Languages 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"
            ]
        }
    ]
}