Roblox Show Status

Allows you to view other players statuses within the Roblox website

Apa itu Roblox Show Status?

Roblox Show Status adalah ekstensi Chrome yang dikembangkan oleh EmojiVIP, dan fitur utamanya adalah "Allows you to view other players statuses within the Roblox website".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Roblox Show Status

Unduh file ekstensi Roblox Show Status 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

                        Earlier this year, Roblox has completely removed viewing Roblox players statuses. With this extension, you will be able to view other players statuses once again within the Roblox website.                    

Informasi Dasar Ekstensi

Nama Roblox Show Status Roblox Show Status
ID hipojknikpmpknnpbgpondgpeepppbjk
URL Resmi https://chromewebstore.google.com/detail/roblox-show-status/hipojknikpmpknnpbgpondgpeepppbjk
Deskripsi Allows you to view other players statuses within the Roblox website
Ukuran File 9.87 KB
Jumlah Instalasi 10,000
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2021-04-18
Tanggal Publikasi 2021-04-18
Penilaian 4.42/5 Total 262 Penilaian
Pengembang EmojiVIP
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "EmojiVIP",
    "content_scripts": [
        {
            "js": [
                "change.js"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ]
        }
    ],
    "description": "Allows you to view other players statuses within the Roblox website",
    "icons": {
        "128": "icons\/roblox128.png",
        "16": "icons\/roblox16.png",
        "48": "icons\/roblox48.png"
    },
    "manifest_version": 2,
    "name": "Roblox Show Status",
    "version": "1.0.1"
}