History Auto Deleter
Automatically delete your history!
Cos'è History Auto Deleter?
History Auto Deleter è un'estensione di Chrome sviluppata da Mazika, e la sua funzione principale è "Automatically delete your history!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione History Auto Deleter
Scarica i file di estensione History Auto Deleter 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
Tired of having to go into incognito mode every time you want a little bit of privacy? Now you can keep certain things that you search for off the records! - Automatically delete search history that contains words of your choosing - You can delete history on demand, or by default it deletes when you restart chrome - Can also delete history from the last minute, 10 minutes, 30 minutes, hour, or day Thank you very much for installing this extension, all types of reviews and feedback are welcome!
Informazioni di Base sull'Estensione
Nome | History Auto Deleter |
ID | ddochbhghahhjlcfglcfalgicpdepmba |
URL Ufficiale | https://chromewebstore.google.com/detail/history-auto-deleter/ddochbhghahhjlcfglcfalgicpdepmba |
Descrizione | Automatically delete your history! |
Dimensione del File | 10.88 KB |
Conteggio Installazioni | 187 |
Versione Corrente | 1.01 |
Ultimo Aggiornamento | 2020-12-15 |
Data di Pubblicazione | 2020-12-13 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | Mazika |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/remcalu/Chrome-History-Auto-Deleter |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Auto Deleter", "version": "1.01", "manifest_version": 2, "description": "Automatically delete your history!", "background": { "persistent": false, "scripts": [ "options.js" ] }, "permissions": [ "storage", "history" ], "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "64": "images\/image64.png" } }, "icons": { "64": "images\/image64.png" } } |