Forget about this site
Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.
O que é Forget about this site?
Forget about this site é uma extensão do Chrome desenvolvida por Blaise Kal, e sua principal característica é "Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Forget about this site
Baixe arquivos de extensão Forget about this site 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
Shortcut: Ctrl+Shift+X on Windows and Linux, Cmd+Shift+X on macOS. This extension respects your privacy. All permissions are used only to remove data for the current website. No data is logged to, or shared with external websites. Please report issues at https://github.com/blaise-io/forget-about-this-site/issues or send a mail to [email protected].
Informações Básicas da Extensão
Nome | Forget about this site |
ID | okiohagmnigihpbleoloddfldckiknea |
URL Oficial | https://chromewebstore.google.com/detail/forget-about-this-site/okiohagmnigihpbleoloddfldckiknea |
Descrição | Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting. |
Tamanho do Arquivo | 135 KB |
Contagem de Instalações | 1,143 |
Versão Atual | 1.8.0 |
Última Atualização | 2021-06-15 |
Data de Publicação | 2019-12-28 |
Classificação | 4.00/5 Total de 6 Avaliações |
Desenvolvedor | Blaise Kal |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/blaise-io/forget-about-this-site#readme |
URL da Página de Ajuda | https://github.com/blaise-io/forget-about-this-site/issues |
Idiomas Suportados | de,en,fr,nl,es,it,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.8.0", "homepage_url": "https:\/\/github.com\/blaise-io\/forget-about-this-site#readme", "default_locale": "en", "permissions": [ "activeTab", "tabs", "browsingData", "downloads", "history", "storage", "notifications" ], "background": { "scripts": [ "\/background.js" ] }, "icons": { "256": "\/icons\/icon.png" }, "page_action": { "default_icon": "\/icons\/icon.png" }, "options_ui": { "page": "\/options.html" }, "commands": { "_execute_page_action": { "suggested_key": { "default": "Ctrl+Shift+X" } } } } |