History On/Off Switch
Selectively/Temporary Enable/Disable Browser History
O que é History On/Off Switch?
History On/Off Switch é uma extensão do Chrome desenvolvida por HedCET, e sua principal característica é "Selectively/Temporary Enable/Disable Browser History".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão History On/Off Switch
Baixe arquivos de extensão History On/Off Switch 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 extension provide you disable/enable browsing/downloads history & permanently block user-given keyword/URL regex patterns from past/present/future history if you remove an URL immediately from the history then the back button functionality doesn't work as expected, this extension will clear the history tab wise when it close similar in downloads history, this extension will clear the downloads history when it done if you want to permanently remove certain keywords/URLs from past/present/future history that's given in the options page clear tabs history on close, clear interrupted/completed downloads history & permanently block user-given keyword/URL regex patterns
Informações Básicas da Extensão
Nome | History On/Off Switch |
ID | emmnfedbicipebplokdnmiggphokpneo |
URL Oficial | https://chromewebstore.google.com/detail/history-onoff-switch/emmnfedbicipebplokdnmiggphokpneo |
Descrição | Selectively/Temporary Enable/Disable Browser History |
Tamanho do Arquivo | 8.1 KB |
Contagem de Instalações | 26 |
Versão Atual | 1.5 |
Última Atualização | 2021-07-12 |
Data de Publicação | 2021-07-01 |
Desenvolvedor | HedCET |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/HedCET/disable-history/wiki |
URL da Página de Ajuda | https://github.com/HedCET/disable-history/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "background.scripts.js" ] }, "browser_action": { "default_icon": "enabled.png", "default_title": "History Enabled" }, "description": "Selectively\/Temporary Enable\/Disable Browser History", "homepage_url": "https:\/\/github.com\/HedCET\/disable-history\/wiki", "icons": { "48": "enabled.png" }, "manifest_version": 2, "name": "History On\/Off Switch", "offline_enabled": true, "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "downloads", "history", "storage", "tabs" ], "version": "1.5" } |