WhackAMole Ad-Blocker

WhackAMole Ad-Blocker

WhackAMole Ad-Blockerとは何ですか?

WhackAMole Ad-Blockerはhttps://chrislaffra.comによって開発されたChromeの拡張機能で、その主な機能は「WhackAMole Ad-Blocker」です。

拡張機能のスクリーンショット

screenshot

WhackAMole Ad-Blocker拡張機能のCRXファイルをダウンロード

WhackAMole Ad-Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": []
}