Hello, Goodbye
Hello, Goodbye blocks annoying chat widgets.
Wat is Hello, Goodbye?
Hello, Goodbye is een Chrome-extensie ontwikkeld door Hello Goodbye, en de belangrijkste functie is "Hello, Goodbye blocks annoying chat widgets.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hello, Goodbye
Download Hello, Goodbye-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Hello, Goodbye |
ID | nihpfpbibfgpgnfpbfedkdokihggapoi |
Officiële URL | https://chromewebstore.google.com/detail/hello-goodbye/nihpfpbibfgpgnfpbfedkdokihggapoi |
Beschrijving | Hello, Goodbye blocks annoying chat widgets. |
Bestandsgrootte | 26.43 KB |
Aantal Installaties | 20,000 |
Huidige Versie | 1.7.0 |
Laatst Bijgewerkt | 2024-02-02 |
Publicatiedatum | 2020-04-29 |
Beoordeling | 3.59/5 Totaal 32 Beoordelingen |
Ontwikkelaar | Hello Goodbye |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |