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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}