Clear Browsing Data
one key to clear chrome browsing data, such as AppCache, LocalStorage, Cookie and so on.
What is Clear Browsing Data?
Clear Browsing Data is a Chrome extension developed by jankerli, and its main feature is "one key to clear chrome browsing data, such as AppCache, LocalStorage, Cookie and so on.".
Extension Screenshots
Download Clear Browsing Data Extension CRX File
Download Clear Browsing Data extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
## Release History * 2014-01-25 v0.0.4 添加右键菜单清除功能 * 2014-01-22 v0.0.3 修改清除成功提示话语 * 2014-01-19 v0.0.2 使用新的 logo 图标 * 2014-01-08 v0.0.1 发布
Extension Basic Information
Name | Clear Browsing Data |
ID | bhngknlnbakioeiafapmaipfbphekcpc |
Official URL | https://chromewebstore.google.com/detail/clear-browsing-data/bhngknlnbakioeiafapmaipfbphekcpc |
Description | one key to clear chrome browsing data, such as AppCache, LocalStorage, Cookie and so on. |
File Size | 29 KB |
Installation Count | 55 |
Current Version | 0.0.4 |
Last Updated | 2014-01-25 |
Publish Date | 2014-01-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | jankerli |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clear Browsing Data", "version": "0.0.4", "description": "one key to clear chrome browsing data, such as AppCache, LocalStorage, Cookie and so on.", "browser_action": { "default_title": "Clear Browsing Data", "default_icon": "assets\/images\/logos\/19x19.png", "default_popup": "popup.html" }, "icons": { "16": "assets\/images\/logos\/19x19.png", "48": "assets\/images\/logos\/48x48.png", "128": "assets\/images\/logos\/128x128.png" }, "permissions": [ "browsingData", "contextMenus" ], "background": { "scripts": [ "assets\/js\/background.js" ] } } |