DontTrack
Allows user to monitor - Tracking of Websites
DontTrackとは何ですか?
DontTrackはexexzianによって開発されたChromeの拡張機能で、その主な機能は「Allows user to monitor - Tracking of Websites」です。
拡張機能のスクリーンショット
DontTrack拡張機能のCRXファイルをダウンロード
DontTrack拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Provides simplest option to Restrict and Allow websites from tracking user i.e. simply by clicking icon.
Inspired by: Do Not Track extension
But gives option to Restrict and Allow tracking 拡張機能の基本情報
| 名前 | |
| ID | hcnkjnmphoefpmffigclelfmfjfcboim |
| 公式URL | https://chromewebstore.google.com/detail/donttrack/hcnkjnmphoefpmffigclelfmfjfcboim |
| 説明 | Allows user to monitor - Tracking of Websites |
| ファイルサイズ | 19.03 KB |
| インストール数 | 27 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2015-05-04 |
| 公開日 | 2015-05-04 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | exexzian |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DontTrack",
"description": "Allows user to monitor - Tracking of Websites",
"version": "0.0.1",
"icons": {
"128": "images\/DontTrack.png",
"48": "images\/DontTrack48.png"
},
"background": {
"scripts": [
"scripts\/background.js"
]
},
"browser_action": {
"default_icon": "images\/DontTrack.png"
},
"permissions": [
"webRequest",
" | |