Hello, Goodbye

Hello, Goodbye blocks annoying chat widgets.

Apa itu Hello, Goodbye?

Hello, Goodbye adalah ekstensi Chrome yang dikembangkan oleh Hello Goodbye, dan fitur utamanya adalah "Hello, Goodbye blocks annoying chat widgets.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hello, Goodbye

Unduh file ekstensi Hello, Goodbye dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Hello, Goodbye Hello, Goodbye
ID nihpfpbibfgpgnfpbfedkdokihggapoi
URL Resmi https://chromewebstore.google.com/detail/hello-goodbye/nihpfpbibfgpgnfpbfedkdokihggapoi
Deskripsi Hello, Goodbye blocks annoying chat widgets.
Ukuran File 26.43 KB
Jumlah Instalasi 20,000
Versi Saat Ini 1.7.0
Terakhir Diperbarui 2024-02-02
Tanggal Publikasi 2020-04-29
Penilaian 3.59/5 Total 32 Penilaian
Pengembang Hello Goodbye
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}