Browser History Cleaner
Delete chrome browser history by date range and keywords
O que é Browser History Cleaner?
Browser History Cleaner é uma extensão do Chrome desenvolvida por SENTHILKUMAR R, e sua principal característica é "Delete chrome browser history by date range and keywords".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Browser History Cleaner
Baixe arquivos de extensão Browser History Cleaner 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
This app allows you to delete chrome history by date and keywords This app does not store any of your data. Please watch following videos to get know how this app works: 1. https://youtu.be/vV9nWdJbge4 Terms & Conditions: Use "Custom History Cleaner" at your own risk. No guarantee or warranty is given. The author shall not be held liable for any damage or loss of data. Usage of this app means that you agree to these terms. For any query: [email protected]/+919663026088, [email protected]
Informações Básicas da Extensão
Nome | Browser History Cleaner |
ID | pefjnkakpdplpfeiiolfiedmahkihbih |
URL Oficial | https://chromewebstore.google.com/detail/browser-history-cleaner/pefjnkakpdplpfeiiolfiedmahkihbih |
Descrição | Delete chrome browser history by date range and keywords |
Tamanho do Arquivo | 300 KB |
Contagem de Instalações | 132 |
Versão Atual | 0.0.4 |
Última Atualização | 2020-09-29 |
Data de Publicação | 2020-08-12 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | SENTHILKUMAR R |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Browser History Cleaner", "short_name": "Browser History Cleaner", "description": "Delete chrome browser history by date range and keywords", "version": "0.0.4", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": "icons\/16.png", "default_title": "Browser History Cleaner" }, "background": { "scripts": [ "js\/background.min.js", "js\/utils.min.js" ] }, "permissions": [ "history" ], "web_accessible_resources": [ "screens\/index.html" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self' " } |