Hello, Goodbye
Hello, Goodbye blocks annoying chat widgets.
Cos'è Hello, Goodbye?
Hello, Goodbye è un'estensione di Chrome sviluppata da Hello Goodbye, e la sua funzione principale è "Hello, Goodbye blocks annoying chat widgets.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hello, Goodbye
Scarica i file di estensione Hello, Goodbye in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | nihpfpbibfgpgnfpbfedkdokihggapoi | 
| URL Ufficiale | https://chromewebstore.google.com/detail/hello-goodbye/nihpfpbibfgpgnfpbfedkdokihggapoi | 
| Descrizione | Hello, Goodbye blocks annoying chat widgets. | 
| Dimensione del File | 26.43 KB | 
| Conteggio Installazioni | 20,000 | 
| Versione Corrente | 1.7.0 | 
| Ultimo Aggiornamento | 2024-02-02 | 
| Data di Pubblicazione | 2020-04-29 | 
| Valutazione | 3.59/5 Totale 32 Valutazioni | 
| Sviluppatore | Hello Goodbye | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | 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
}  |  |