FakeRobux

Display fake robux on Roblox.

ما هو FakeRobux؟

FakeRobux هو إضافة Chrome تم تطويرها بواسطة Torrextension، والميزة الرئيسية لها هي "Display fake robux on Roblox.".

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

screenshot

تحميل ملف CRX للإضافة FakeRobux

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

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

                        Choose the amount of robux you want and display it on your roblox account.
Those robux are not real and only you can see them.
You can disable fake robux at any time.

Don't forget to refresh the page to see the changes !                    

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

الاسم FakeRobux FakeRobux
ID eckkigjljmmomedimeajklflhbikodhh
عنوان URL الرسمي https://chromewebstore.google.com/detail/fakerobux/eckkigjljmmomedimeajklflhbikodhh
الوصف Display fake robux on Roblox.
حجم الملف 7.71 KB
عدد التثبيتات 197
النسخة الحالية 1
آخر تحديث 2023-11-15
تاريخ النشر 2023-11-13
المطور Torrextension
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FakeRobux",
    "version": "1",
    "description": "Display fake robux on Roblox.",
    "manifest_version": 3,
    "author": "Torrextension",
    "icons": {
        "128": "logo.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.roblox.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "incognito": "split"
}