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
电子邮箱 [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"
    ]
}