Tarnhelm
Remove and disable Google Analytics and Adsense from a custom list of domains (e.g., your own blog and websites) and extensions.
Cos'è Tarnhelm?
Tarnhelm è un'estensione di Chrome sviluppata da https://imagentleman.github.io, e la sua funzione principale è "Remove and disable Google Analytics and Adsense from a custom list of domains (e.g., your own blog and websites) and extensions.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tarnhelm
Scarica i file di estensione Tarnhelm in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This is a lightweight Ad blocker and Tracking Removal Tool, for those that just want to block Adsense ads and not get themselves tracked by Google Analytics on a small custom list of websites (for example: only block them on your own websites, like your blog, etc).
You can also block Google Analytics on chrome extensions.
Usage:
- After installation, the options page will load automatically. There, you can save the list of websites that won't show Adsense ads and won't track your visits with Google Analytics.
- Clicking the extension button (top right) opens the options page again.
- If you want to hide the icon, just right-click it and choose the hide option. To make it visible again, go to the 3 lines -> Tools -> Extensions, and select "Show Button".
Other works
http://imagentleman.github.io Informazioni di Base sull'Estensione
| Nome | |
| ID | nnpjopmodhlnelbbkhodkjmmmlhjdjho |
| URL Ufficiale | https://chromewebstore.google.com/detail/tarnhelm/nnpjopmodhlnelbbkhodkjmmmlhjdjho |
| Descrizione | Remove and disable Google Analytics and Adsense from a custom list of domains (e.g., your own blog and websites) and extensions. |
| Dimensione del File | 21.9 KB |
| Conteggio Installazioni | 89 |
| Versione Corrente | 9 |
| Ultimo Aggiornamento | 2019-07-19 |
| Data di Pubblicazione | 2019-07-18 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://imagentleman.github.io |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://imagentleman.github.io |
| Lingue Supportate | en,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tarnhelm",
"version": "9",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"default_locale": "en",
"description": "__MSG_description__",
"icons": {
"128": "128.png",
"16": "16.png",
"48": "48.png"
},
"browser_action": {
"default_icon": "19.png",
"default_title": "__MSG_button_tip__"
},
"options_page": "options.html",
"options_ui": {
"page": "options.html"
},
"permissions": [
"webRequest",
"webRequestBlocking",
" | |