Simple Cache Remover

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

What is Simple Cache Remover?

Simple Cache Remover is a Chrome extension developed by http://whatever-will-be-que-sera-sera.tumblr.com, and its main feature is "Clear your Cache, Cookies, your Download and Browsing History.".

Extension Screenshots

screenshot
screenshot

Download Simple Cache Remover Extension CRX File

Download Simple Cache Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Simple Cache Remover Simple Cache Remover
ID calibgmkblbenollkakffjeaendibpod
Official URL https://chrome.google.com/webstore/detail/simple-cache-remover/calibgmkblbenollkakffjeaendibpod
Description Clear your Cache, Cookies, your Download and Browsing History.
File Size 24 KB
Installation Count 151
Current Version 3.2
Last Updated 2015-05-01
Publish Date 2015-05-01
Rating 3.00/5 Total 1 Ratings
Developer http://whatever-will-be-que-sera-sera.tumblr.com
Payment Type free
Supported Languages 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"
    ]
}