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
Eメール [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"
}