WhackAMole Ad-Blocker
WhackAMole Ad-Blocker
什麼是WhackAMole Ad-Blocker?
WhackAMole Ad-Blocker是由https://chrislaffra.com開發的Chrome擴展程式,該擴展的主要功能是“WhackAMole Ad-Blocker”。
擴展截圖
下載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 |
ID | nipkfonkiamhioacopolknbjdaeejchp |
官方網址 | 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": [] } |