Clean Manager - History & Cache Cleaner

Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning!

什么是Clean Manager - History & Cache Cleaner?

Clean Manager - History & Cache Cleaner是由aleksandr.koshev12开发的Chrome扩展程序,该扩展的主要功能是“Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Clean Manager - History & Cache Cleaner扩展crx文件

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

扩展使用说明

                        Clean Manager chrome extension provide simple and effective way to clear browser history, downloads, cookies, cache data and trash, protects your privacy, and makes your browser faster and productive.  You can clear your browser data or delete site-specific data.

- Clear your browser cache, cookies, website storage and other trashes. 
- Clear your password. Others will never login your personal account.
- Clear your browser history. Others will never know what web site you've been browsing.

You can also create tasks that will clear browser data at a specified interval.                    

扩展基本信息

名称 Clean Manager - History & Cache Cleaner Clean Manager - History & Cache Cleaner
ID hnhipbbnifkpgbcgkgeiekcpenmhndko
官方URL https://chrome.google.com/webstore/detail/clean-manager-history-cac/hnhipbbnifkpgbcgkgeiekcpenmhndko
简介 Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning!
文件大小 269 KB
安装次数 182
当前版本 1.0.8
更新时间 2022-11-20
上架时间 2021-05-16
评分 5.00/5 共6次评分
开发者 aleksandr.koshev12
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "action": {
        "default_icon": "32.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning!",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "128.png",
        "16": "32.png",
        "48": "64.png"
    },
    "manifest_version": 3,
    "name": "Clean Manager - History & Cache Cleaner",
    "options_page": "option.html",
    "permissions": [
        "browsingData",
        "tabs",
        "storage",
        "declarativeNetRequest"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.8"
}