Roblox Show Status

Allows you to view other players statuses within the Roblox website

什麼是Roblox Show Status?

Roblox Show Status是由EmojiVIP開發的Chrome擴展程式,該擴展的主要功能是“Allows you to view other players statuses within the Roblox website”。

擴展截圖

screenshot

下載Roblox Show Status擴展crx文件

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