Tarnhelm

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

Was ist Tarnhelm?

Tarnhelm ist eine Chrome-Erweiterung, die von https://imagentleman.github.io entwickelt wurde, und ihr Hauptmerkmal ist "Remove and disable Google Analytics and Adsense from a custom list of domains (e.g., your own blog and websites) and extensions.".

Erweiterungsscreenshots

screenshot

Tarnhelm-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tarnhelm-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Tarnhelm Tarnhelm
ID nnpjopmodhlnelbbkhodkjmmmlhjdjho
Offizielle URL https://chromewebstore.google.com/detail/tarnhelm/nnpjopmodhlnelbbkhodkjmmmlhjdjho
Beschreibung Remove and disable Google Analytics and Adsense from a custom list of domains (e.g., your own blog and websites) and extensions.
Dateigröße 21.9 KB
Installationsanzahl 89
Aktuelle Version 9
Letztes Update 2019-07-19
Veröffentlichungsdatum 2019-07-18
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler https://imagentleman.github.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://imagentleman.github.io
Unterstützte Sprachen 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"
    ]
}