Selective Scrubber
Those secret sites? Begone from my history!
O que é Selective Scrubber?
Selective Scrubber é uma extensão do Chrome desenvolvida por Jake Lee, e sua principal característica é "Those secret sites? Begone from my history!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Selective Scrubber
Baixe arquivos de extensão Selective Scrubber 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
Selective Scrubber instantly removes any set of specific sites / phrases from your history with a single click. No longer do you need to delete all of your history for the last hour, just delete the specific sites you don't want to see! This project is open source, feel free to suggest changes on GitHub: https://github.com/jakesteam/selectivescrubber Alternatively, email me at [email protected]
Informações Básicas da Extensão
Nome | Selective Scrubber |
ID | ljjdcbfpdmjelppcfeiadnjagdhompkb |
URL Oficial | https://chromewebstore.google.com/detail/selective-scrubber/ljjdcbfpdmjelppcfeiadnjagdhompkb |
Descrição | Those secret sites? Begone from my history! |
Tamanho do Arquivo | 18.99 KB |
Contagem de Instalações | 42 |
Versão Atual | 1.0.0 |
Última Atualização | 2017-01-31 |
Data de Publicação | 2017-01-31 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Jake Lee |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/JakeSteam/SelectiveScrubber |
URL da Página de Ajuda | https://github.com/JakeSteam/SelectiveScrubber |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Selective Scrubber", "description": "Those secret sites? Begone from my history!", "version": "1.0.0", "homepage_url": "https:\/\/github.com\/JakeSteam\/SelectiveScrubber", "icons": { "48": "images\/icon_48.png", "96": "images\/icon_96.png" }, "permissions": [ "history", "storage" ], "background": { "persistent": false, "scripts": [ "js\/clear_history.js" ] }, "browser_action": { "default_icon": "images\/icon_96.png" }, "options_ui": { "page": "options.html", "chrome_style": true } } |