Robux to USD

Convert R$ to USD for Roblox +More

Robux to USDคืออะไร?

Robux to USD เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hanfian และคุณลักษณะหลักของมันคือ "Convert R$ to USD for Roblox +More"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Robux to USD ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Will make it so that instead of displaying your Robux in your roblox account, it will be replaced with its USD value.
Contact Hanfian on Roblox or with twitter @HanfianRBX if you find any problems or want to suggest anything.

[RECENT UPDATE]
Game pages now show game videos!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Robux to USD Robux to USD
ID bodeglehbhhophjohjfpddflimmhilod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/robux-to-usd/bodeglehbhhophjohjfpddflimmhilod
คำอธิบาย Convert R$ to USD for Roblox +More
ขนาดไฟล์ 57.25 KB
จำนวนการติดตั้ง 35,151
เวอร์ชันปัจจุบัน 1.182
อัปเดตครั้งล่าสุด 2019-02-11
วันที่เผยแพร่ 2019-02-10
คะแนน 2.81/5 รวมทั้งหมด 239 คะแนน
ผู้พัฒนา Hanfian
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.roblox.com/users/5503999/profile
URL หน้าช่วยเหลือ https://www.roblox.com/users/5503999/profile
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Robux to USD",
    "version": "1.182",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "description": "Convert R$ to USD for Roblox +More",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": [],
    "web_accessible_resources": [
        "bg.png"
    ],
    "permissions": [
        "storage",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "extension.css"
            ],
            "matches": [
                "*:\/\/www.roblox.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ]
        }
    ]
}