No Cache
No Cache automatically clears your browser, download, cookies, form data, passwords, and app data
Qu'est-ce que No Cache ?
No Cache est une extension Chrome développée par JLe, et sa fonction principale est "No Cache automatically clears your browser, download, cookies, form data, passwords, and app data".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension No Cache
Téléchargez les fichiers d'extension No Cache au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
* 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
Informations de Base sur l'Extension
Nom | No Cache |
ID | ogbfmfambmmhfdpfokohebghmcdbodbh |
URL Officiel | https://chromewebstore.google.com/detail/no-cache/ogbfmfambmmhfdpfokohebghmcdbodbh |
Description | No Cache automatically clears your browser, download, cookies, form data, passwords, and app data |
Taille du Fichier | 62.35 KB |
Nombre d'Installations | 5,223 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2014-09-05 |
Date de Publication | 2014-09-05 |
Évaluation | 4.00/5 Total 17 Évaluations |
Développeur | JLe |
Type de Paiement | free |
Langues Prises en Charge | 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", " |