Chrome History Cleaner

Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.

Chrome History Cleanerとは何ですか?

Chrome History CleanerはKarthiTechによって開発されたChromeの拡張機能で、その主な機能は「Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Chrome History Cleaner extension clears only the browsing history automatically when the browser starts every time. This will not clear cookies, cache and passwords etc., to keep the user session alive.

You can schedule this extension to run every predefined time interval such as 5, 10, 15 minutes. You can select the time interval from the extension popup page.

Support for clearing the other browsing data will be added soon.                    

拡張機能の基本情報

名前 Chrome History Cleaner Chrome History Cleaner
ID lebddibgdgkjheglmfpannlomiobdbhm
公式URL https://chromewebstore.google.com/detail/chrome-history-cleaner/lebddibgdgkjheglmfpannlomiobdbhm
説明 Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.
ファイルサイズ 38.76 KB
インストール数 11,058
現在のバージョン 1.0.3
最終更新日 2021-09-09
公開日 2018-03-10
評価 4.44/5 合計 18 レビュー
開発者 KarthiTech
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome History Cleaner",
    "description": "Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.",
    "version": "1.0.3",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "incognito": "split",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Chrome History Cleaner",
        "default_popup": "popup.html"
    },
    "permissions": [
        "browsingData",
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "bm.js"
        ]
    }
}