RbxInfo

Show Roblox trading information on a new tab

RbxInfoคืออะไร?

RbxInfo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aurorius และคุณลักษณะหลักของมันคือ "Show Roblox trading information on a new tab"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RbxInfo

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}