Roblox Show Status

Allows you to view other players statuses within the Roblox website

Co to jest Roblox Show Status?

Roblox Show Status to rozszerzenie Chrome opracowane przez EmojiVIP, a jego główną funkcją jest „Allows you to view other players statuses within the Roblox website”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Roblox Show Status

Pobierz pliki rozszerzeń Roblox Show Status w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Roblox Show Status Roblox Show Status
ID hipojknikpmpknnpbgpondgpeepppbjk
Oficjalny URL https://chromewebstore.google.com/detail/roblox-show-status/hipojknikpmpknnpbgpondgpeepppbjk
Opis Allows you to view other players statuses within the Roblox website
Rozmiar pliku 9.87 KB
Liczba instalacji 10,000
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2021-04-18
Data Publikacji 2021-04-18
Ocena 4.42/5 Łącznie 262 Oceny
Deweloper EmojiVIP
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}