RbxInfo

Show Roblox trading information on a new tab

RbxInfoとは何ですか?

RbxInfoはAuroriusによって開発されたChromeの拡張機能で、その主な機能は「Show Roblox trading information on a new tab」です。

拡張機能のスクリーンショット

screenshot

RbxInfo拡張機能のCRXファイルをダウンロード

RbxInfo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Shows your Roblox trading information on a new tab.
Shows robux balance, rap, net worth, incoming trade count, friend requests count, unread private messages count and all the limiteds in your inventory with price, rap and Rolimon's value. 

THIS EXTENSION IS OPENSOURCE -> https://github.com/rbxtrade/full-extension                    

拡張機能の基本情報

名前 RbxInfo RbxInfo
ID oanmglljfjcfdljagcennjeebaidmiea
公式URL https://chromewebstore.google.com/detail/rbxinfo/oanmglljfjcfdljagcennjeebaidmiea
説明 Show Roblox trading information on a new tab
ファイルサイズ 16.84 KB
インストール数 82
現在のバージョン 0.1.0
最終更新日 2022-06-08
公開日 2022-06-07
評価 4.00/5 合計 4 レビュー
開発者 Aurorius
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://robuxcashback.xyz/pp
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RbxInfo",
    "version": "0.1.0",
    "description": "Show Roblox trading information on a new tab",
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "host_permissions": [
        "*:\/\/*.roblox.com\/*",
        "*:\/\/www.rolimons.com\/catalog"
    ]
}