Hello, Goodbye
Hello, Goodbye blocks annoying chat widgets.
O que é Hello, Goodbye?
Hello, Goodbye é uma extensão do Chrome desenvolvida por Hello Goodbye, e sua principal característica é "Hello, Goodbye blocks annoying chat widgets.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hello, Goodbye
Baixe arquivos de extensão Hello, Goodbye 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
Hello, Goodbye blocks annoying live chat and sales widgets to make your internet a little better. Additionally, it is completely open source and free. You can check out the source code at https://u.hellogoodbye.app/open-source
Informações Básicas da Extensão
Nome | Hello, Goodbye |
ID | nihpfpbibfgpgnfpbfedkdokihggapoi |
URL Oficial | https://chromewebstore.google.com/detail/hello-goodbye/nihpfpbibfgpgnfpbfedkdokihggapoi |
Descrição | Hello, Goodbye blocks annoying chat widgets. |
Tamanho do Arquivo | 26.43 KB |
Contagem de Instalações | 20,000 |
Versão Atual | 1.7.0 |
Última Atualização | 2024-02-02 |
Data de Publicação | 2020-04-29 |
Classificação | 3.59/5 Total de 32 Avaliações |
Desenvolvedor | Hello Goodbye |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hello, Goodbye", "version": "1.7.0", "description": "Hello, Goodbye blocks annoying chat widgets.", "icons": { "32": "icons\/HGB@0,25x.png", "64": "icons\/HGB@0,5x.png", "128": "icons\/HGB.png" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html" }, "browser_specific_settings": { "gecko": { "id": "{ddb52f85-5859-49b1-b54e-ee7709b1eb5d}" } }, "manifest_version": 2 } |