History Clear

Auto clear browsing history

History Clearとは何ですか?

History Clearはz.houbin.siteによって開発されたChromeの拡張機能で、その主な機能は「Auto clear browsing history」です。

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

screenshot

History Clear拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Plugins will automatically clean up historical records, like no trace mode.                    

拡張機能の基本情報

名前 History Clear History Clear
ID lclebgjianobbenbgmcbpeohnjfaklfo
公式URL https://chromewebstore.google.com/detail/history-clear/lclebgjianobbenbgmcbpeohnjfaklfo
説明 Auto clear browsing history
ファイルサイズ 15.55 KB
インストール数 49
現在のバージョン 1.1
最終更新日 2023-04-11
公開日 2018-09-26
評価 5.00/5 合計 2 レビュー
開発者 z.houbin.site
Eメール [email protected]
支払い方法 free
対応言語 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Clear",
    "version": "1.1",
    "manifest_version": 3,
    "description": "Auto clear browsing history",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "browsingData",
        "alarms"
    ]
}