Tarnhelm

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

Tarnhelm là gì?

Tarnhelm là một tiện ích mở rộng Chrome được phát triển bởi https://imagentleman.github.io, và tính năng chính của nó là "Remove and disable Google Analytics and Adsense from a custom list of domains (e.g., your own blog and websites) and extensions.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tarnhelm

Tải xuống các tệp mở rộng Tarnhelm dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tarnhelm Tarnhelm
ID nnpjopmodhlnelbbkhodkjmmmlhjdjho
URL Chính Thức https://chromewebstore.google.com/detail/tarnhelm/nnpjopmodhlnelbbkhodkjmmmlhjdjho
Mô tả Remove and disable Google Analytics and Adsense from a custom list of domains (e.g., your own blog and websites) and extensions.
Kích Thước Tệp 21.9 KB
Số Lần Cài Đặt 89
Phiên Bản Hiện Tại 9
Cập Nhật Lần Cuối 2019-07-19
Ngày Phát Hành 2019-07-18
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://imagentleman.github.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://imagentleman.github.io
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}