Robux to Euro

Converts Robux to Euros

ما هو Robux to Euro؟

Robux to Euro هو إضافة Chrome تم تطويرها بواسطة Bertox، والميزة الرئيسية لها هي "Converts Robux to Euros".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة Robux to Euro

قم بتنزيل ملفات الامتداد Robux to Euro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension automatically converts Robux to Euros on roblox.com. This is my first extension I have ever made, just for fun.                    

معلومات أساسية عن التمديد

الاسم Robux to Euro Robux to Euro
ID fddgnnipkoknfbagbjlhnmljhffjeiml
عنوان URL الرسمي https://chromewebstore.google.com/detail/robux-to-euro/fddgnnipkoknfbagbjlhnmljhffjeiml
الوصف Converts Robux to Euros
حجم الملف 54.12 KB
عدد التثبيتات 636
النسخة الحالية 0.0.0.2
آخر تحديث 2020-12-30
تاريخ النشر 2020-12-30
تقييم 4.00/5 مجموع تقييمات 3
المطور Bertox
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Robux to Euro",
    "version": "0.0.0.2",
    "description": "Converts Robux to Euros",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.roblox.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "page_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}