Simple Cache Remover

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

Qu'est-ce que Simple Cache Remover ?

Simple Cache Remover est une extension Chrome développée par http://whatever-will-be-que-sera-sera.tumblr.com, et sa fonction principale est "Clear your Cache, Cookies, your Download and Browsing History.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Simple Cache Remover

Téléchargez les fichiers d'extension Simple Cache Remover 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

                        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                    

Informations de Base sur l'Extension

Nom Simple Cache Remover Simple Cache Remover
ID calibgmkblbenollkakffjeaendibpod
URL Officiel https://chrome.google.com/webstore/detail/simple-cache-remover/calibgmkblbenollkakffjeaendibpod
Description Clear your Cache, Cookies, your Download and Browsing History.
Taille du Fichier 24 KB
Nombre d'Installations 151
Version Actuelle 3.2
Dernière Mise à Jour 2015-05-01
Date de Publication 2015-05-01
Évaluation 3.00/5 Total 1 Évaluations
Développeur http://whatever-will-be-que-sera-sera.tumblr.com
Type de Paiement free
Langues Prises en Charge 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"
    ]
}