Hello, Goodbye
Hello, Goodbye blocks annoying chat widgets.
What is Hello, Goodbye?
Hello, Goodbye is a Chrome extension developed by Hello Goodbye, and its main feature is "Hello, Goodbye blocks annoying chat widgets.".
Extension Screenshots
Download Hello, Goodbye Extension CRX File
Download Hello, Goodbye extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Hello, Goodbye |
ID | nihpfpbibfgpgnfpbfedkdokihggapoi |
Official URL | https://chromewebstore.google.com/detail/hello-goodbye/nihpfpbibfgpgnfpbfedkdokihggapoi |
Description | Hello, Goodbye blocks annoying chat widgets. |
File Size | 26.43 KB |
Installation Count | 20,000 |
Current Version | 1.7.0 |
Last Updated | 2024-02-02 |
Publish Date | 2020-04-29 |
Rating | 3.59/5 Total 32 Ratings |
Developer | Hello Goodbye |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |