WhackAMole Ad-Blocker
WhackAMole Ad-Blocker
Qu'est-ce que WhackAMole Ad-Blocker ?
WhackAMole Ad-Blocker est une extension Chrome développée par https://chrislaffra.com, et sa fonction principale est "WhackAMole Ad-Blocker".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WhackAMole Ad-Blocker
Téléchargez les fichiers d'extension WhackAMole Ad-Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | WhackAMole Ad-Blocker |
ID | nipkfonkiamhioacopolknbjdaeejchp |
URL Officiel | https://chromewebstore.google.com/detail/whackamole-ad-blocker/nipkfonkiamhioacopolknbjdaeejchp |
Description | WhackAMole Ad-Blocker |
Taille du Fichier | 41.34 KB |
Nombre d'Installations | 496 |
Version Actuelle | 3.10 |
Dernière Mise à Jour | 2023-09-11 |
Date de Publication | 2020-01-15 |
Évaluation | 4.25/5 Total 4 Évaluations |
Développeur | https://chrislaffra.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://chrislaffra.com/whackamole |
URL de la Page d'Aide | http://chrislaffra.com/whackamole |
URL de la Page de Politique de Confidentialité | https://chrislaffra.com/privacy.html |
Langues Prises en Charge | 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": [] } |