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 |
| 官方URL | 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"
} | |