History AutoDelete
Control Your History! Choose to Auto Delete Certain History and/or Auto Clean Older History
O que é History AutoDelete?
History AutoDelete é uma extensão do Chrome desenvolvida por CAD Team, e sua principal característica é "Control Your History! Choose to Auto Delete Certain History and/or Auto Clean Older History".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão History AutoDelete
Baixe arquivos de extensão History AutoDelete 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
Control your history! This extension will let you pick a domain to be auto deleted from history. Useful for any site that likes to spawn a bunch of history entries (ex. Google Maps or Google Translate). Also you choose how long to keep history. Main Features - Set any domain's history to be auto deleted - Import and Export your list of domains - Keep history for X days (auto delete older history) - Counts the total number history deleted - Icon shows you how many times that domain's entries show up in your history - Clear all history for a domain on demand - Responsive and Sleek Settings Menu
Informações Básicas da Extensão
Nome | History AutoDelete |
ID | bhfakmaiadhflpjloimlagikhodjiefj |
URL Oficial | https://chromewebstore.google.com/detail/history-autodelete/bhfakmaiadhflpjloimlagikhodjiefj |
Descrição | Control Your History! Choose to Auto Delete Certain History and/or Auto Clean Older History |
Tamanho do Arquivo | 773 KB |
Contagem de Instalações | 7,708 |
Versão Atual | 2.0.2 |
Última Atualização | 2017-08-16 |
Data de Publicação | 2017-08-16 |
Classificação | 4.15/5 Total de 26 Avaliações |
Desenvolvedor | CAD Team |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/mrdokenny/History-AutoDelete/ |
URL da Página de Ajuda | https://github.com/mrdokenny/History-AutoDelete/issues |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "global_files\/browserDetect.js", "global_files\/browser-polyfill.js", "global_files\/redux.js", "global_files\/redux-thunk.js", "global_files\/redux-webext.js", "global_files\/shortid.js", "backgroundBundle.js" ] }, "description": "Control Your History! Choose to Auto Delete Certain History and\/or Auto Clean Older History", "homepage_url": "https:\/\/github.com\/mrdokenny\/History-AutoDelete", "browser_action": { "default_icon": { "24": "icons\/icon_24.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png" }, "default_title": "History AutoDelete", "default_popup": "popup\/popup.html" }, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "options_ui": { "page": "settings\/settings.html", "open_in_tab": true }, "permissions": [ "activeTab", "history", "tabs", "storage", "alarms" ], "manifest_version": 2, "name": "History AutoDelete", "version": "2.0.2" } |