ClearBrowserData
Clear all browser data with one simple click.
What is ClearBrowserData?
ClearBrowserData is a Chrome extension developed by JagerWorks, and its main feature is "Clear all browser data with one simple click.".
Extension Screenshots
Download ClearBrowserData Extension CRX File
Download ClearBrowserData 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
ClearBrowserData is the fastest way to clear all browser data. With one simple click on the ClearBrowserData icon in the Chrome toolbar you can: - Clear the browser's history - Clear the browser's cache - Clear the browser's cookies - Clear the browser's list of downloaded files - Clear the browser's stored form data and passwords - Clear websites' appcache data - Clear websites' file system data - Clear websites' IndexedDB data - Clear websites' WebSQL data - Clear websites' local storage data - Clear plugins' data Minimum Chrome version: 19 ClearBrowserData doesn't clear hosted app's and extensions' browser data.
Extension Basic Information
Name | ClearBrowserData |
ID | apehfighfmpoieeniallefdeibodgmmb |
Official URL | https://chromewebstore.google.com/detail/clearbrowserdata/apehfighfmpoieeniallefdeibodgmmb |
Description | Clear all browser data with one simple click. |
File Size | 11.66 KB |
Installation Count | 5,139 |
Current Version | 1.1 |
Last Updated | 2013-02-23 |
Publish Date | 2013-02-23 |
Rating | 3.56/5 Total 18 Ratings |
Developer | JagerWorks |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "ClearBrowserData", "version": "1.1", "manifest_version": 2, "minimum_chrome_version": "19", "offline_enabled": true, "description": "Clear all browser data with one simple click.", "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_title": "ClearBrowserData 1.1", "default_popup": "index.html" }, "permissions": [ "browsingData" ] } |