History Clear
Minimal extension that clears browsing history on startup.
Wat is History Clear?
History Clear is een Chrome-extensie ontwikkeld door Jari Jokinen, en de belangrijkste functie is "Minimal extension that clears browsing history on startup.".
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
This extension clears your browsing history in the background everytime you start the browser. It does not do anything else (like touching your cache or cookies).
Basisinformatie over de Extensie
Naam | History Clear |
ID | dcfcnhliklpabjiadgjpdmjjffdolcip |
Officiële URL | https://chromewebstore.google.com/detail/history-clear/dcfcnhliklpabjiadgjpdmjjffdolcip |
Beschrijving | Minimal extension that clears browsing history on startup. |
Bestandsgrootte | 3.12 KB |
Aantal Installaties | 20 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2015-12-14 |
Publicatiedatum | 2015-12-13 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Jari Jokinen |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "History Clear", "description": "Minimal extension that clears browsing history on startup.", "version": "1.0.0", "browser_action": [], "permissions": [ "browsingData" ], "background": { "scripts": [ "background.js" ] } } |