History Sweep
Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....
什么是History Sweep?
History Sweep是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....”。
扩展截图
下载History Sweep扩展crx文件
下载History Sweep扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | History Sweep |
ID | ihlmknoahbfopamapcmfbhcebdidkjbh |
官方URL | https://chromewebstore.google.com/detail/history-sweep/ihlmknoahbfopamapcmfbhcebdidkjbh |
简介 | Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache.... |
文件大小 | 15.54 KB |
安装次数 | 171 |
当前版本 | 9.8.7 |
更新时间 | 2017-04-15 |
上架时间 | 2017-04-14 |
评分 | 3.00/5 共2次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "bg.js" ] }, "description": "Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....", "icons": { "128": "128.png", "16": "16.png", "32": "32.png", "48": "48.png" }, "permissions": [ "storage", "browsingData" ], "version": "9.8.7", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "History Sweep", "offline_enabled": true, "optional_permissions": [ "downloads", "contentSettings" ], "options_page": "options.html" } |