Simple Cache Remover

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

Wat is Simple Cache Remover?

Simple Cache Remover is een Chrome-extensie ontwikkeld door http://whatever-will-be-que-sera-sera.tumblr.com, en de belangrijkste functie is "Clear your Cache, Cookies, your Download and Browsing History.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Simple Cache Remover

Download Simple Cache Remover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Simple Cache Remover Simple Cache Remover
ID calibgmkblbenollkakffjeaendibpod
Officiële URL https://chrome.google.com/webstore/detail/simple-cache-remover/calibgmkblbenollkakffjeaendibpod
Beschrijving Clear your Cache, Cookies, your Download and Browsing History.
Bestandsgrootte 24 KB
Aantal Installaties 151
Huidige Versie 3.2
Laatst Bijgewerkt 2015-05-01
Publicatiedatum 2015-05-01
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://whatever-will-be-que-sera-sera.tumblr.com
Betalingswijze free
Ondersteunde Talen 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"
    ]
}