Tarnhelm

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

什麼是Tarnhelm?

Tarnhelm是由https://imagentleman.github.io開發的Chrome擴展程式,該擴展的主要功能是“Remove and disable Google Analytics and Adsense from a custom list of domains (e.g., your own blog and websites) and extensions.”。

擴展截圖

screenshot

下載Tarnhelm擴展crx文件

下載Tarnhelm擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Tarnhelm Tarnhelm
ID nnpjopmodhlnelbbkhodkjmmmlhjdjho
官方網址 https://chromewebstore.google.com/detail/tarnhelm/nnpjopmodhlnelbbkhodkjmmmlhjdjho
簡介 Remove and disable Google Analytics and Adsense from a custom list of domains (e.g., your own blog and websites) and extensions.
檔案大小 21.9 KB
安裝次數 89
目前版本 9
更新時間 2019-07-19
上架時間 2019-07-18
評分 3.00/5 共 2 次評分
開發者 https://imagentleman.github.io
電子郵箱 [email protected]
付費類型 free
擴展官網 http://imagentleman.github.io
支援的語言 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"
    ]
}