History Auto Deleter
Automatically delete your history!
O que é History Auto Deleter?
History Auto Deleter é uma extensão do Chrome desenvolvida por Mazika, e sua principal característica é "Automatically delete your history!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão History Auto Deleter
Baixe arquivos de extensão History Auto Deleter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | History Auto Deleter |
ID | ddochbhghahhjlcfglcfalgicpdepmba |
URL Oficial | https://chromewebstore.google.com/detail/history-auto-deleter/ddochbhghahhjlcfglcfalgicpdepmba |
Descrição | Automatically delete your history! |
Tamanho do Arquivo | 10.88 KB |
Contagem de Instalações | 187 |
Versão Atual | 1.01 |
Última Atualização | 2020-12-15 |
Data de Publicação | 2020-12-13 |
Classificação | 4.33/5 Total de 3 Avaliações |
Desenvolvedor | Mazika |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/remcalu/Chrome-History-Auto-Deleter |
Idiomas Suportados | 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" } } |