Clear History

Quickly clears the browser history.

Cos'è Clear History?

Clear History è un'estensione di Chrome sviluppata da Mike Frysinger, e la sua funzione principale è "Quickly clears the browser history.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Clear History

Scarica i file di estensione Clear History in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Clear History Clear History
ID kihobnjokffgdfnhjdfiaibalbgfolic
URL Ufficiale https://chromewebstore.google.com/detail/clear-history/kihobnjokffgdfnhjdfiaibalbgfolic
Descrizione Quickly clears the browser history.
Dimensione del File 33.48 KB
Conteggio Installazioni 3,555
Versione Corrente 2.0.0
Ultimo Aggiornamento 2022-10-10
Data di Pubblicazione 2016-02-28
Valutazione 3.97/5 Totale 30 Valutazioni
Sviluppatore Mike Frysinger
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://git.wh0rd.org/chrome-ext/clearhistory-advance-fork.git
Lingue Supportate 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"
    }
}