Roblox Status I/O

Lets you change your Roblox status and view other users statuses

什麼是Roblox Status I/O?

Roblox Status I/O是由ComplexxBrian開發的Chrome擴展程式,該擴展的主要功能是“Lets you change your Roblox status and view other users statuses”。

擴展截圖

screenshot
screenshot

下載Roblox Status I/O擴展crx文件

下載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
官方網址 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"
}