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"
    ]
}