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
Eメール [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"
}