Hello, Goodbye

Hello, Goodbye blocks annoying chat widgets.

Was ist Hello, Goodbye?

Hello, Goodbye ist eine Chrome-Erweiterung, die von Hello Goodbye entwickelt wurde, und ihr Hauptmerkmal ist "Hello, Goodbye blocks annoying chat widgets.".

Erweiterungsscreenshots

screenshot

Hello, Goodbye-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hello, Goodbye-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Hello, Goodbye Hello, Goodbye
ID nihpfpbibfgpgnfpbfedkdokihggapoi
Offizielle URL https://chromewebstore.google.com/detail/hello-goodbye/nihpfpbibfgpgnfpbfedkdokihggapoi
Beschreibung Hello, Goodbye blocks annoying chat widgets.
Dateigröße 26.43 KB
Installationsanzahl 20,000
Aktuelle Version 1.7.0
Letztes Update 2024-02-02
Veröffentlichungsdatum 2020-04-29
Bewertung 3.59/5 Insgesamt 32 Bewertungen
Entwickler Hello Goodbye
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}