Chrome History Cleaner

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

Co je Chrome History Cleaner?

Chrome History Cleaner je rozšíření Chrome vyvinuté KarthiTech, a jeho hlavní funkcí je „Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Chrome History Cleaner

Stáhněte si soubory rozšíření Chrome History Cleaner ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Chrome History Cleaner Chrome History Cleaner
ID lebddibgdgkjheglmfpannlomiobdbhm
Oficiální URL https://chromewebstore.google.com/detail/chrome-history-cleaner/lebddibgdgkjheglmfpannlomiobdbhm
Popis Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.
Velikost souboru 38.76 KB
Počet instalací 11,058
Aktuální Verze 1.0.3
Poslední Aktualizace 2021-09-09
Datum Vydání 2018-03-10
Hodnocení 4.44/5 Celkem 18 Hodnocení
Vývojář KarthiTech
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}