No Cache
No Cache automatically clears your browser, download, cookies, form data, passwords, and app data
What is No Cache?
No Cache is a Chrome extension developed by JLe, and its main feature is "No Cache automatically clears your browser, download, cookies, form data, passwords, and app data".
Extension Screenshots
Download No Cache Extension CRX File
Download No Cache 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
* No Cache automatically clears your browser, download, cookies, form data, passwords, and app data. * Configure filter terms to target certain URLs * Enjoy your cacheless browsing experience
Extension Basic Information
Name | No Cache |
ID | ogbfmfambmmhfdpfokohebghmcdbodbh |
Official URL | https://chromewebstore.google.com/detail/no-cache/ogbfmfambmmhfdpfokohebghmcdbodbh |
Description | No Cache automatically clears your browser, download, cookies, form data, passwords, and app data |
File Size | 62.35 KB |
Installation Count | 5,223 |
Current Version | 0.0.2 |
Last Updated | 2014-09-05 |
Publish Date | 2014-09-05 |
Rating | 4.00/5 Total 17 Ratings |
Developer | JLe |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2", "manifest_version": 2, "default_locale": "en", "name": "__MSG_application_title__", "short_name": "__MSG_application_title__", "options_page": "html\/options.html", "description": "__MSG_application_description__", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "name": "__MSG_application_title__", "title": "__MSG_application_title__", "default_icon": "images\/icon16.png" }, "background": { "scripts": [ "js\/custom\/background.js" ] }, "incognito": "split", "minimum_chrome_version": "19.0.1028.0", "offline_enabled": false, "permissions": [ "webRequest", "tabs", "browsingData", " |