No Cache

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

Hvad er No Cache?

No Cache er en Chrome-udvidelse udviklet af JLe, og dens hovedfunktion er "No Cache automatically clears your browser, download, cookies, form data, passwords, and app data".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download No Cache-udvidelses-CRX-fil

Download No Cache-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        * 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                    

Grundlæggende oplysninger om udvidelsen

Navn No Cache No Cache
ID ogbfmfambmmhfdpfokohebghmcdbodbh
Officiel URL https://chromewebstore.google.com/detail/no-cache/ogbfmfambmmhfdpfokohebghmcdbodbh
Beskrivelse No Cache automatically clears your browser, download, cookies, form data, passwords, and app data
Filstørrelse 62.35 KB
Antal Installationer 5,223
Nuværende Version 0.0.2
Senest Opdateret 2014-09-05
Udgivelsesdato 2014-09-05
Bedømmelse 4.00/5 Samlet 17 Bedømmelser
Udvikler JLe
Betalingsmetode free
Understøttede Sprog 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",
        ""
    ]
}