Nuke Your Tracks
Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace
什麼是Nuke Your Tracks?
Nuke Your Tracks是由dwbfox開發的Chrome擴展程式,該擴展的主要功能是“Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace”。
擴展截圖
下載Nuke Your Tracks擴展crx文件
下載Nuke Your Tracks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Selectively delete your history, cookies, browsing data, and more with one click of a button. Nuke Your Tracks helps you cover your tracks and browse in peace. 擴展基本資訊
| 名稱 | |
| ID | ikokpidinegfhekkeggcipdgedjcmhbn |
| 官方網址 | https://chromewebstore.google.com/detail/nuke-your-tracks/ikokpidinegfhekkeggcipdgedjcmhbn |
| 簡介 | Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace |
| 檔案大小 | 2.54 MB |
| 安裝次數 | 150 |
| 目前版本 | 1.4.5 |
| 更新時間 | 2014-03-17 |
| 上架時間 | 2014-03-16 |
| 評分 | 4.50/5 共 6 次評分 |
| 開發者 | dwbfox |
| 付費類型 | free |
| 擴展官網 | https://github.com/dwbfox/Nuke-Your-Tracks |
| 說明頁面URL | https://github.com/dwbfox/Nuke-Your-Tracks/issues |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": "img\/icon48.png",
"default_title": "Nuke Your Tracks"
},
"description": "Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace",
"icons": {
"128": "img\/icon128.png",
"16": "img\/icon16.png",
"48": "img\/icon48.png"
},
"manifest_version": 2,
"minimum_chrome_version": "22",
"name": "Nuke Your Tracks",
"options_page": "options.html",
"permissions": [
"notifications",
"browsingData",
"storage"
],
"version": "1.4.5"
} | |