Hello, Goodbye

Hello, Goodbye blocks annoying chat widgets.

Qu'est-ce que Hello, Goodbye ?

Hello, Goodbye est une extension Chrome développée par Hello Goodbye, et sa fonction principale est "Hello, Goodbye blocks annoying chat widgets.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hello, Goodbye

Téléchargez les fichiers d'extension Hello, Goodbye au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Hello, Goodbye Hello, Goodbye
ID nihpfpbibfgpgnfpbfedkdokihggapoi
URL Officiel https://chromewebstore.google.com/detail/hello-goodbye/nihpfpbibfgpgnfpbfedkdokihggapoi
Description Hello, Goodbye blocks annoying chat widgets.
Taille du Fichier 26.43 KB
Nombre d'Installations 20,000
Version Actuelle 1.7.0
Dernière Mise à Jour 2024-02-02
Date de Publication 2020-04-29
Évaluation 3.59/5 Total 32 Évaluations
Développeur Hello Goodbye
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}