History Clear

Auto clear browsing history

Wat is History Clear?

History Clear is een Chrome-extensie ontwikkeld door z.houbin.site, en de belangrijkste functie is "Auto clear browsing history".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie History Clear

Download History Clear-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Plugins will automatically clean up historical records, like no trace mode.                    

Basisinformatie over de Extensie

Naam History Clear History Clear
ID lclebgjianobbenbgmcbpeohnjfaklfo
Officiële URL https://chromewebstore.google.com/detail/history-clear/lclebgjianobbenbgmcbpeohnjfaklfo
Beschrijving Auto clear browsing history
Bestandsgrootte 15.55 KB
Aantal Installaties 49
Huidige Versie 1.1
Laatst Bijgewerkt 2023-04-11
Publicatiedatum 2018-09-26
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar z.houbin.site
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Clear",
    "version": "1.1",
    "manifest_version": 3,
    "description": "Auto clear browsing history",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "browsingData",
        "alarms"
    ]
}