Simple Cache Remover

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

Vad är Simple Cache Remover?

Simple Cache Remover är en Chrome-tillägg utvecklad av http://whatever-will-be-que-sera-sera.tumblr.com, och dess huvudfunktion är "Clear your Cache, Cookies, your Download and Browsing History.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Simple Cache Remover-förlängningens CRX-fil

Ladda ner Simple Cache Remover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Simple Cache Remover Simple Cache Remover
ID calibgmkblbenollkakffjeaendibpod
Officiell webbadress https://chrome.google.com/webstore/detail/simple-cache-remover/calibgmkblbenollkakffjeaendibpod
Beskrivning Clear your Cache, Cookies, your Download and Browsing History.
Filstorlek 24 KB
Antal Installationer 151
Aktuell Version 3.2
Senast Uppdaterad 2015-05-01
Publiceringsdatum 2015-05-01
Betyg 3.00/5 Totalt 1 Betyg
Utvecklare http://whatever-will-be-que-sera-sera.tumblr.com
Betalningssätt free
Stödda Språk 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"
    ]
}