Roblox Status I/O

Lets you change your Roblox status and view other users statuses

Roblox Status I/Oคืออะไร?

Roblox Status I/O เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ComplexxBrian และคุณลักษณะหลักของมันคือ "Lets you change your Roblox status and view other users statuses"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Roblox Status I/O

ดาวน์โหลดไฟล์ส่วนขยาย Roblox Status I/O ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Roblox Status IO lets you change your Roblox status and view other users' statuses!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Roblox Status I/O Roblox Status I/O
ID aeglfjalajibiclnlbgaphfapojnbbfh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/roblox-status-io/aeglfjalajibiclnlbgaphfapojnbbfh
คำอธิบาย Lets you change your Roblox status and view other users statuses
ขนาดไฟล์ 14.6 KB
จำนวนการติดตั้ง 132
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-04-28
วันที่เผยแพร่ 2021-04-28
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ComplexxBrian
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ComplexxBrian",
    "content_scripts": [
        {
            "js": [
                "status.js"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ]
        }
    ],
    "description": "Lets you change your Roblox status and view other users statuses",
    "icons": {
        "128": "icons\/roblox128.png",
        "16": "icons\/roblox16.png",
        "48": "icons\/roblox48.png"
    },
    "manifest_version": 2,
    "name": "Roblox Status I\/O",
    "version": "1.0"
}