Chrome History Cleaner

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

Qu'est-ce que Chrome History Cleaner ?

Chrome History Cleaner est une extension Chrome développée par KarthiTech, et sa fonction principale est "Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Chrome History Cleaner

Téléchargez les fichiers d'extension Chrome History Cleaner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Chrome History Cleaner Chrome History Cleaner
ID lebddibgdgkjheglmfpannlomiobdbhm
URL Officiel https://chromewebstore.google.com/detail/chrome-history-cleaner/lebddibgdgkjheglmfpannlomiobdbhm
Description Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.
Taille du Fichier 38.76 KB
Nombre d'Installations 11,058
Version Actuelle 1.0.3
Dernière Mise à Jour 2021-09-09
Date de Publication 2018-03-10
Évaluation 4.44/5 Total 18 Évaluations
Développeur KarthiTech
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}