Hello, Roblox!

Return the old greeting that we all missed!

Apa itu Hello, Roblox!?

Hello, Roblox! adalah ekstensi Chrome yang dikembangkan oleh The_Woozoo, dan fitur utamanya adalah "Return the old greeting that we all missed!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hello, Roblox!

Unduh file ekstensi Hello, Roblox! 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

                        Returns the roblox greeting on the homepage. Feel free to contribute here: https://github.com/dvuzu/hello-roblox                    

Informasi Dasar Ekstensi

Nama Hello, Roblox! Hello, Roblox!
ID dpceldlkpeeefhaaholbfihfjogjabja
URL Resmi https://chromewebstore.google.com/detail/hello-roblox/dpceldlkpeeefhaaholbfihfjogjabja
Deskripsi Return the old greeting that we all missed!
Ukuran File 19.71 KB
Jumlah Instalasi 115
Versi Saat Ini 0.2.1
Terakhir Diperbarui 2024-01-21
Tanggal Publikasi 2023-10-09
Penilaian 5.00/5 Total 1 Penilaian
Pengembang The_Woozoo
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/dvuzu/hello-roblox
URL Halaman Bantuan https://github.com/dvuzu/hello-roblox/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hello, Roblox!",
    "description": "Return the old greeting that we all missed!",
    "version": "0.2.1",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/home*"
            ]
        }
    ]
}