Roblox Show Status

Allows you to view other players statuses within the Roblox website

Cos'è Roblox Show Status?

Roblox Show Status è un'estensione di Chrome sviluppata da EmojiVIP, e la sua funzione principale è "Allows you to view other players statuses within the Roblox website".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Roblox Show Status

Scarica i file di estensione Roblox Show Status 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Roblox Show Status Roblox Show Status
ID hipojknikpmpknnpbgpondgpeepppbjk
URL Ufficiale https://chromewebstore.google.com/detail/roblox-show-status/hipojknikpmpknnpbgpondgpeepppbjk
Descrizione Allows you to view other players statuses within the Roblox website
Dimensione del File 9.87 KB
Conteggio Installazioni 10,000
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-04-18
Data di Pubblicazione 2021-04-18
Valutazione 4.42/5 Totale 262 Valutazioni
Sviluppatore EmojiVIP
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}