Tarnhelm

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

O que é Tarnhelm?

Tarnhelm é uma extensão do Chrome desenvolvida por https://imagentleman.github.io, e sua principal característica é "Remove and disable Google Analytics and Adsense from a custom list of domains (e.g., your own blog and websites) and extensions.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tarnhelm

Baixe arquivos de extensão Tarnhelm no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Tarnhelm Tarnhelm
ID nnpjopmodhlnelbbkhodkjmmmlhjdjho
URL Oficial https://chromewebstore.google.com/detail/tarnhelm/nnpjopmodhlnelbbkhodkjmmmlhjdjho
Descrição Remove and disable Google Analytics and Adsense from a custom list of domains (e.g., your own blog and websites) and extensions.
Tamanho do Arquivo 21.9 KB
Contagem de Instalações 89
Versão Atual 9
Última Atualização 2019-07-19
Data de Publicação 2019-07-18
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor https://imagentleman.github.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://imagentleman.github.io
Idiomas Suportados 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"
    ]
}