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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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", " |