Tarnhelm

Remove and disable Google Analytics and Adsense from a custom list of domains (e.g., your own blog and websites) and extensions.

Qu'est-ce que Tarnhelm ?

Tarnhelm est une extension Chrome développée par https://imagentleman.github.io, et sa fonction principale est "Remove and disable Google Analytics and Adsense from a custom list of domains (e.g., your own blog and websites) and extensions.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tarnhelm

Téléchargez les fichiers d'extension Tarnhelm 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

                        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                    

Informations de Base sur l'Extension

Nom Tarnhelm Tarnhelm
ID nnpjopmodhlnelbbkhodkjmmmlhjdjho
URL Officiel https://chromewebstore.google.com/detail/tarnhelm/nnpjopmodhlnelbbkhodkjmmmlhjdjho
Description Remove and disable Google Analytics and Adsense from a custom list of domains (e.g., your own blog and websites) and extensions.
Taille du Fichier 21.9 KB
Nombre d'Installations 89
Version Actuelle 9
Dernière Mise à Jour 2019-07-19
Date de Publication 2019-07-18
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://imagentleman.github.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://imagentleman.github.io
Langues Prises en Charge 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",
        "",
        "storage",
        "tabs"
    ]
}