Ultimate History & Cache Cleaner

Automatically delete history and download history. Bundled a customizable & powerful manual clean button.

Ultimate History & Cache Cleanerとは何ですか?

Ultimate History & Cache Cleanerはhttps://shakelog.comによって開発されたChromeの拡張機能で、その主な機能は「Automatically delete history and download history. Bundled a customizable & powerful manual clean button.」です。

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

screenshot
screenshot
screenshot
screenshot

Ultimate History & Cache Cleaner拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This chrome extension deletes history and download history automatically. It requires less user interaction and features simple operation.

Features:
1. Keep browsing history cleaned automatically
2. Delete download history when download is completed or canceled
3. Manual clean button can be fully customizable (Deletion Data Type, Domain Whitelist)

This extension does not collect any user data. Use the following permissions to delete history data and save preferences. 
- history, downloads, storage, browsingData                    

拡張機能の基本情報

名前 Ultimate History & Cache Cleaner Ultimate History & Cache Cleaner
ID coplgpbgjpljpkhbkkpllhlhogmhjcbd
公式URL https://chromewebstore.google.com/detail/ultimate-history-cache-cl/coplgpbgjpljpkhbkkpllhlhogmhjcbd
説明 Automatically delete history and download history. Bundled a customizable & powerful manual clean button.
ファイルサイズ 40.2 KB
インストール数 333
現在のバージョン 1.1.0.2
最終更新日 2024-02-29
公開日 2023-12-01
開発者 https://shakelog.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://shakelog.com/history-disabler/
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.1.0.2",
    "default_locale": "en",
    "permissions": [
        "history",
        "downloads",
        "storage",
        "browsingData"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "icons": {
        "128": "\/img\/icon128.png",
        "48": "\/img\/icon48.png",
        "16": "\/img\/icon16.png"
    },
    "action": {
        "default_title": "Clear Browsing Data"
    }
}