Clear History
Quickly clears the browser history.
O que é Clear History?
Clear History é uma extensão do Chrome desenvolvida por Mike Frysinger, e sua principal característica é "Quickly clears the browser history.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Clear History
Baixe arquivos de extensão Clear History 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
Automatically clear all history, or expire old entries while preserving the most recent! Feel free to review the extension source at the homepage linked on the right.
Informações Básicas da Extensão
Nome | Clear History |
ID | kihobnjokffgdfnhjdfiaibalbgfolic |
URL Oficial | https://chromewebstore.google.com/detail/clear-history/kihobnjokffgdfnhjdfiaibalbgfolic |
Descrição | Quickly clears the browser history. |
Tamanho do Arquivo | 33.48 KB |
Contagem de Instalações | 3,555 |
Versão Atual | 2.0.0 |
Última Atualização | 2022-10-10 |
Data de Publicação | 2016-02-28 |
Classificação | 3.97/5 Total de 30 Avaliações |
Desenvolvedor | Mike Frysinger |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://git.wh0rd.org/chrome-ext/clearhistory-advance-fork.git |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "default_locale": "en", "manifest_version": 3, "minimum_chrome_version": "100", "version": "2.0.0", "description": "__MSG_description__", "permissions": [ "alarms", "history", "cookies", "downloads", "notifications", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "javascript\/clearhistory.js", "type": "module" }, "options_page": "views\/options.html", "action": { "default_icon": "images\/icon32.png", "default_title": "__MSG_title__", "default_popup": "views\/popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |