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
官方網址 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
電子郵箱 [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"
    ]
}