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.」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| ID | nnpjopmodhlnelbbkhodkjmmmlhjdjho |
| 公式URL | 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 |
| Eメール | [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",
" | |