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 |
| 官方網址 | 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",
" | |