FakeRobux

Display fake robux on Roblox.

FakeRobuxคืออะไร?

FakeRobux เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Torrextension และคุณลักษณะหลักของมันคือ "Display fake robux on Roblox."

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

screenshot

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

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

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

                        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"
}