Simple Cache Remover

Clear your Cache, Cookies, your Download and Browsing History.

Cos'è Simple Cache Remover?

Simple Cache Remover è un'estensione di Chrome sviluppata da http://whatever-will-be-que-sera-sera.tumblr.com, e la sua funzione principale è "Clear your Cache, Cookies, your Download and Browsing History.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Simple Cache Remover

Scarica i file di estensione Simple Cache Remover 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

                        Clear your Cache, Cookies, your Download and Browsing History.


Click Icon or set Timer.



v3.2 bugfix
v3.0 chrome alarms api
v2.2 bugfix



remove Appcache
remove Cache
remove Cookies
remove Downloads
remove FileSystems
remove FormData
remove History
remove IndexedDB
remove LocalStorage
remove PluginData
remove Passwords
remove WebSQL                    

Informazioni di Base sull'Estensione

Nome Simple Cache Remover Simple Cache Remover
ID calibgmkblbenollkakffjeaendibpod
URL Ufficiale https://chrome.google.com/webstore/detail/simple-cache-remover/calibgmkblbenollkakffjeaendibpod
Descrizione Clear your Cache, Cookies, your Download and Browsing History.
Dimensione del File 24 KB
Conteggio Installazioni 151
Versione Corrente 3.2
Ultimo Aggiornamento 2015-05-01
Data di Pubblicazione 2015-05-01
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore http://whatever-will-be-que-sera-sera.tumblr.com
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "Simple Cache Remover"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Clear your Cache, Cookies, your Download and Browsing History.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "22",
    "name": "Simple Cache Remover",
    "options_page": "options.html",
    "permissions": [
        "browsingData",
        "cookies",
        "",
        "alarms"
    ],
    "version": "3.2",
    "web_accessible_resources": [
        "close.html"
    ]
}