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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}