Roblox Show Status

Allows you to view other players statuses within the Roblox website

ما هو Roblox Show Status؟

Roblox Show Status هو إضافة Chrome تم تطويرها بواسطة EmojiVIP، والميزة الرئيسية لها هي "Allows you to view other players statuses within the Roblox website".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Roblox Show Status

قم بتنزيل ملفات الامتداد Roblox Show Status بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Roblox Show Status Roblox Show Status
ID hipojknikpmpknnpbgpondgpeepppbjk
عنوان URL الرسمي https://chromewebstore.google.com/detail/roblox-show-status/hipojknikpmpknnpbgpondgpeepppbjk
الوصف Allows you to view other players statuses within the Roblox website
حجم الملف 9.87 KB
عدد التثبيتات 10,000
النسخة الحالية 1.0.1
آخر تحديث 2021-04-18
تاريخ النشر 2021-04-18
تقييم 4.42/5 مجموع تقييمات 262
المطور EmojiVIP
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
}