No Cache

No Cache automatically clears your browser, download, cookies, form data, passwords, and app data

Cos'è No Cache?

No Cache è un'estensione di Chrome sviluppata da JLe, e la sua funzione principale è "No Cache automatically clears your browser, download, cookies, form data, passwords, and app data".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione No Cache

Scarica i file di estensione No Cache in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        * 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                    

Informazioni di Base sull'Estensione

Nome No Cache No Cache
ID ogbfmfambmmhfdpfokohebghmcdbodbh
URL Ufficiale https://chromewebstore.google.com/detail/no-cache/ogbfmfambmmhfdpfokohebghmcdbodbh
Descrizione No Cache automatically clears your browser, download, cookies, form data, passwords, and app data
Dimensione del File 62.35 KB
Conteggio Installazioni 5,223
Versione Corrente 0.0.2
Ultimo Aggiornamento 2014-09-05
Data di Pubblicazione 2014-09-05
Valutazione 4.00/5 Totale 17 Valutazioni
Sviluppatore JLe
Tipo di Pagamento free
Lingue Supportate 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",
        ""
    ]
}