WhackAMole Ad-Blocker

WhackAMole Ad-Blocker

WhackAMole Ad-Blocker क्या है?

WhackAMole Ad-Blocker https://chrislaffra.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WhackAMole Ad-Blocker"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WhackAMole Ad-Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम WhackAMole Ad-Blocker WhackAMole Ad-Blocker
ID nipkfonkiamhioacopolknbjdaeejchp
आधिकारिक URL https://chromewebstore.google.com/detail/whackamole-ad-blocker/nipkfonkiamhioacopolknbjdaeejchp
विवरण WhackAMole Ad-Blocker
फ़ाइल का आकार 41.34 KB
स्थापना संख्या 496
वर्तमान संस्करण 3.10
अंतिम अपडेट 2023-09-11
प्रकाशन तिथि 2020-01-15
रेटिंग 4.25/5 कुल 4 रेटिंग्स
डेवलपर https://chrislaffra.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://chrislaffra.com/whackamole
सहायता पृष्ठ URL http://chrislaffra.com/whackamole
गोपनीयता नीति पृष्ठ URL https://chrislaffra.com/privacy.html
समर्थित भाषाएँ 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": []
}