Simple Cache Remover

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

什么是Simple Cache Remover?

Simple Cache Remover是由http://whatever-will-be-que-sera-sera.tumblr.com开发的Chrome扩展程序,该扩展的主要功能是“Clear your Cache, Cookies, your Download and Browsing History.”。

扩展截图

screenshot
screenshot

下载Simple Cache Remover扩展crx文件

下载Simple Cache Remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Simple Cache Remover Simple Cache Remover
ID calibgmkblbenollkakffjeaendibpod
官方URL https://chrome.google.com/webstore/detail/simple-cache-remover/calibgmkblbenollkakffjeaendibpod
简介 Clear your Cache, Cookies, your Download and Browsing History.
文件大小 24 KB
安装次数 151
当前版本 3.2
更新时间 2015-05-01
上架时间 2015-05-01
评分 3.00/5 共1次评分
开发者 http://whatever-will-be-que-sera-sera.tumblr.com
付费类型 free
支持的语言 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"
    ]
}