RoGold - Level Up Roblox

Your new and improved Roblox experience

RoGold - Level Up Robloxคืออะไร?

RoGold - Level Up Roblox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rogold.live และคุณลักษณะหลักของมันคือ "Your new and improved Roblox experience"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RoGold - Level Up Roblox

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

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

                        RoGold adds many features to improve your Roblox experience. With over 40 different features, there is something for both developers and players! 

Join our Discord for news, support, and a welcoming community at https://discord.gg/rogold
You can also visit our website at https://rogold.live/

Some of our features:
- Keep track of games you love by pinning them with the Pinned Games feature.
- Join a small or empty server in a flash without tediously finding them with the Small Server feature.
- Prioritise your best friends and see them on your Roblox home page with the Best Friends feature.
- See Roblox game stats update in realtime with the Live Game Stats feature.
- Get more detailed group stats with the Group Stats feature.
- Get greeted when you visit the Roblox home page, just like the old days!
- Bulk Unfriend. Do you have a lot of Roblox friends? Now you can easily remove some.
- Improve the look of your Roblox experience, with our Theme Creator system.
- Are you a Roblox developer? With RoGold you are easily able to copy item, group and game ids.
- View banned Roblox accounts with our Banned Users feature.
And much much more!

You can use this extension with others like RoPro, BTRoblox, Roblox+, etc. Full support for these is not guaranteed.                    

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

ชื่อ RoGold - Level Up Roblox RoGold - Level Up Roblox
ID mafcicncghogpdpaieifglifaagndbni
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rogold-level-up-roblox/mafcicncghogpdpaieifglifaagndbni
คำอธิบาย Your new and improved Roblox experience
ขนาดไฟล์ 1.25 MB
จำนวนการติดตั้ง 487,685
เวอร์ชันปัจจุบัน 1.5.6
อัปเดตครั้งล่าสุด 2024-01-11
วันที่เผยแพร่ 2021-07-20
คะแนน 4.59/5 รวมทั้งหมด 626 คะแนน
ผู้พัฒนา https://rogold.live
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://rogold.live
URL หน้าช่วยเหลือ https://discord.gg/XMHn9zV3UA
URL หน้านโยบายความเป็นส่วนตัว https://rogold.live/privacy-policy
ภาษาที่รองรับ id,en,fil,da,ro,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RoGold - Level Up Roblox",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "author": "alexop",
    "version": "1.5.6",
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "init.js",
                "svg\/*",
                "images\/*.png",
                "images\/*.svg",
                "css\/*",
                "retrieveGlobal.js",
                "useAngular.js",
                "icons\/*",
                "src\/libraries\/request.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/web.roblox.com\/*",
                "*:\/\/www.roblox.com\/*"
            ],
            "resources": [
                "assets\/inject.js-520e1e7f.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/inject.js-loader-d16aefa6.js"
            ],
            "matches": [
                "*:\/\/www.roblox.com\/*",
                "*:\/\/web.roblox.com\/*"
            ],
            "css": [
                "\/css\/all.css",
                "css\/slider.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": "icons\/grey.png",
        "default_popup": "public\/popup\/popup.html"
    },
    "icons": {
        "16": "icons\/grey_16x16.png",
        "48": "icons\/grey_48x48.png",
        "128": "icons\/grey_128x128.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "clipboardWrite",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*.roblox.com\/*",
        "*:\/\/*.rbxcdn.com\/*"
    ],
    "short_name": "RoGold",
    "incognito": "split"
}