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