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