Easy Cleaner

Clean all the browser data in one click

Easy Cleanerとは何ですか?

Easy CleanerはFunnyAppletsによって開発されたChromeの拡張機能で、その主な機能は「Clean all the browser data in one click」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Easy Cleaner拡張機能のCRXファイルをダウンロード

Easy Cleaner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Clean all your browser history, cookies, site activities in just one click. 

Options:
- Clear your browsing history;
- Clean the list of downloads;
- Clean site cookies;
- Remove autofill form data;
- Clear Stored password;
- Clear cached images and other files;
- Clear local filesystem and storage;
- Clear applications cache;
- Remove plugin data;
- Clear WebSQL and IndexedDB data.                    

拡張機能の基本情報

名前 Easy Cleaner Easy Cleaner
ID jnjglafkllnhclhmcjbhigkfnfollfjl
公式URL https://chromewebstore.google.com/detail/easy-cleaner/jnjglafkllnhclhmcjbhigkfnfollfjl
説明 Clean all the browser data in one click
ファイルサイズ 48.98 KB
インストール数 4,885
現在のバージョン 0.2.1
最終更新日 2016-05-07
公開日 2016-05-07
評価 4.29/5 合計 21 レビュー
開発者 FunnyApplets
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Cleaner",
    "description": "Clean all the browser data in one click",
    "version": "0.2.1",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_46_2.png",
        "default_popup": "popup.html",
        "default_title": "Clean all browser history data in one click"
    },
    "options_page": "options.html",
    "minimum_chrome_version": "31",
    "offline_enabled": true,
    "permissions": [
        "browsingData",
        "activeTab",
        "",
        "storage",
        "downloads",
        "history",
        "cookies"
    ]
}