Clear History

Quickly clears the browser history.

Qu'est-ce que Clear History ?

Clear History est une extension Chrome développée par Mike Frysinger, et sa fonction principale est "Quickly clears the browser history.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Clear History

Téléchargez les fichiers d'extension Clear History 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

                        Automatically clear all history, or expire old entries while preserving the most recent!

Feel free to review the extension source at the homepage linked on the right.                    

Informations de Base sur l'Extension

Nom Clear History Clear History
ID kihobnjokffgdfnhjdfiaibalbgfolic
URL Officiel https://chromewebstore.google.com/detail/clear-history/kihobnjokffgdfnhjdfiaibalbgfolic
Description Quickly clears the browser history.
Taille du Fichier 33.48 KB
Nombre d'Installations 3,555
Version Actuelle 2.0.0
Dernière Mise à Jour 2022-10-10
Date de Publication 2016-02-28
Évaluation 3.97/5 Total 30 Évaluations
Développeur Mike Frysinger
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://git.wh0rd.org/chrome-ext/clearhistory-advance-fork.git
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "default_locale": "en",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "version": "2.0.0",
    "description": "__MSG_description__",
    "permissions": [
        "alarms",
        "history",
        "cookies",
        "downloads",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "javascript\/clearhistory.js",
        "type": "module"
    },
    "options_page": "views\/options.html",
    "action": {
        "default_icon": "images\/icon32.png",
        "default_title": "__MSG_title__",
        "default_popup": "views\/popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}