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
官方網址 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"
    ]
}