WhackAMole Ad-Blocker

WhackAMole Ad-Blocker

What is WhackAMole Ad-Blocker?

WhackAMole Ad-Blocker is a Chrome extension developed by https://chrislaffra.com, and its main feature is "WhackAMole Ad-Blocker".

Extension Screenshots

screenshot

Download WhackAMole Ad-Blocker Extension CRX File

Download WhackAMole Ad-Blocker 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

                        WhackAMole removes ads from websites. To disable WhackAMole for a given site, click on the WhackAMole toolbar icon. When it finds content that looks like an ad, WhackAMole replaces it with an "ad" block. You can click on that to see the original content.

WhackAMole never connects to a server and never inspects the data on the sites you visit. Instead, it looks for elements that look like ads and hides them using a set of builtin rules. If you disable WhackAMole for a given site, that site's URL is stored in the local browser history on your machine. Other than that, WhackAMole does not store any data, does not analyze your sites, and does not track your browsing behavior at all. 

Happy browsing!                    

Extension Basic Information

Name WhackAMole Ad-Blocker WhackAMole Ad-Blocker
ID nipkfonkiamhioacopolknbjdaeejchp
Official URL https://chromewebstore.google.com/detail/whackamole-ad-blocker/nipkfonkiamhioacopolknbjdaeejchp
Description WhackAMole Ad-Blocker
File Size 41.34 KB
Installation Count 496
Current Version 3.10
Last Updated 2023-09-11
Publish Date 2020-01-15
Rating 4.25/5 Total 4 Ratings
Developer https://chrislaffra.com
Email [email protected]
Payment Type free
Extension Website http://chrislaffra.com/whackamole
Help Page URL http://chrislaffra.com/whackamole
Privacy Policy Page URL https://chrislaffra.com/privacy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WhackAMole Ad-Blocker",
    "short_name": "WhackAMole",
    "description": "WhackAMole Ad-Blocker",
    "version": "3.10",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "author": "Chris Laffra - [email protected]",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "contentscript.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "38": "cross.png"
        },
        "default_title": "Whack A Mole",
        "default_popup": "popup.html"
    },
    "content_security_policy": []
}