Hello, Goodbye
Hello, Goodbye blocks annoying chat widgets.
Vad är Hello, Goodbye?
Hello, Goodbye är en Chrome-tillägg utvecklad av Hello Goodbye, och dess huvudfunktion är "Hello, Goodbye blocks annoying chat widgets.".
Tilläggsskärmbilder
Ladda ner Hello, Goodbye-förlängningens CRX-fil
Ladda ner Hello, Goodbye-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | nihpfpbibfgpgnfpbfedkdokihggapoi | 
| Officiell webbadress | https://chromewebstore.google.com/detail/hello-goodbye/nihpfpbibfgpgnfpbfedkdokihggapoi | 
| Beskrivning | Hello, Goodbye blocks annoying chat widgets. | 
| Filstorlek | 26.43 KB | 
| Antal Installationer | 20,000 | 
| Aktuell Version | 1.7.0 | 
| Senast Uppdaterad | 2024-02-02 | 
| Publiceringsdatum | 2020-04-29 | 
| Betyg | 3.59/5 Totalt 32 Betyg | 
| Utvecklare | Hello Goodbye | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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
}  |  |