ROBUX to Dollars Display

Converts ROBUX amounts to American Dollars on the ROBLOX website.

ROBUX to Dollars Displayคืออะไร?

ROBUX to Dollars Display เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stephen Leitnick และคุณลักษณะหลักของมันคือ "Converts ROBUX amounts to American Dollars on the ROBLOX website."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ROBUX to Dollars Display

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

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

                        Automatically appends the American Dollar amount to all ROBUX listings on the ROBLOX website. The conversion is based on the Developers Exchange rate, not the purchase rate. This is most useful for ROBLOX developers that use DevEx.                    

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

ชื่อ ROBUX to Dollars Display ROBUX to Dollars Display
ID cjidafeffoionbhpaknjkmpgikdceojm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/robux-to-dollars-display/cjidafeffoionbhpaknjkmpgikdceojm
คำอธิบาย Converts ROBUX amounts to American Dollars on the ROBLOX website.
ขนาดไฟล์ 127 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.1.5
อัปเดตครั้งล่าสุด 2017-03-02
วันที่เผยแพร่ 2017-03-02
คะแนน 3.48/5 รวมทั้งหมด 362 คะแนน
ผู้พัฒนา Stephen Leitnick
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ROBUX to Dollars Display",
    "description": "Converts ROBUX amounts to American Dollars on the ROBLOX website.",
    "version": "1.1.5",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.roblox.com\/*",
                "https:\/\/www.roblox.com\/*"
            ],
            "js": [
                "convert.js",
                "tracking.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}