Roblox +, enhance your Roblox.Better Roblox!

Enhance your Roblox experience!Enhance your Roblox experience!

Apa itu Roblox +, enhance your Roblox.Better Roblox!?

Roblox +, enhance your Roblox.Better Roblox! adalah ekstensi Chrome yang dikembangkan oleh Better ever, dan fitur utamanya adalah "Enhance your Roblox experience!Enhance your Roblox experience!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Roblox +, enhance your Roblox.Better Roblox!

Unduh file ekstensi Roblox +, enhance your Roblox.Better Roblox! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Add new features to the Roblox 🟥 website.

Improve Roblox using the tools provided inside this extension.

Become Roblox Professional user, make your life on Roblox a whole lot better by giving you features like game statistics on your favorite games! Its one of the only extensions that will calculate how much money games make on Roblox. We will be releasing more features in the future stay tuned!

Working at a low level, the expansion opens up a lot of features that were hidden by the game developers, or disappeared due to updates. 🟥 RBLX + will open access to them again. 
Get more fun and customization with an exciting new Roblox game extension

Chrome Extension for Roblox games  adds dozens of useful and unique features to the Roblox.com web experience.                    

Informasi Dasar Ekstensi

Nama Roblox +, enhance your Roblox.Better Roblox! Roblox +, enhance your Roblox.Better Roblox!
ID mgbkojamndckbfmhlgcfoopaljhhmckh
URL Resmi https://chrome.google.com/webstore/detail/roblox-+-enhance-your-rob/mgbkojamndckbfmhlgcfoopaljhhmckh
Deskripsi Enhance your Roblox experience!Enhance your Roblox experience!
Ukuran File 547 KB
Jumlah Instalasi 153,175
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2022-11-01
Tanggal Publikasi 2021-09-20
Penilaian 4.71/5 Total 275 Penilaian
Pengembang Better ever
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung id,ms,de,en,en-GB,fil,fr,nl,no,vi,ca,da,et,es,es-419,hr,it,lv,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "default_locale": "en",
    "short_name": "BTRoblox",
    "description": "__MSG_extDescription__",
    "version": "1.0.4",
    "minimum_chrome_version": "80",
    "incognito": "split",
    "browser_action": {
        "default_title": "Open BTRoblox Settings"
    },
    "options_page": "html\/settings.html",
    "icons": {
        "128": "img\/icon_128.png"
    },
    "background": {
        "scripts": [
            "scripts\/general.js",
            "scripts\/utility.js",
            "scripts\/bg\/blogfeed.js",
            "scripts\/bg\/groupshout.js",
            "scripts\/bg\/contextmenu.js",
            "scripts\/bg\/browseraction.js",
            "scripts\/bg\/messaging.js",
            "scripts\/bg\/bg.js"
        ]
    },
    "permissions": [
        "*:\/\/*.roblox.com\/",
        "*:\/\/*.rbxcdn.com\/",
        "contextMenus",
        "notifications",
        "storage",
        "alarms",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "assets\/*",
        "css\/*",
        "img\/*",
        "\/res\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/cursor\/content.js"
            ],
            "css": [
                "assets\/cursor\/cursor.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/www.roblox.com\/*",
                "*:\/\/web.roblox.com\/*"
            ],
            "js": [
                "scripts\/general.js",
                "scripts\/utility.js",
                "scripts\/content.js",
                "scripts\/utility\/injectCss.js",
                "scripts\/utility\/injectJs.js",
                "scripts\/utility\/modifyTemplate.js",
                "scripts\/utility\/loadOptionalLibrary.js",
                "scripts\/settingsFeat\/themes.js",
                "scripts\/settingsFeat\/adblock.js",
                "scripts\/settingsFeat\/fastSearch.js",
                "scripts\/settingsFeat\/navigation.js",
                "scripts\/settingsFeat\/robuxToCash.js",
                "scripts\/siteBarRbx\/FileFormat\/ByteReader.js",
                "scripts\/siteBarRbx\/FileFormat\/Instance.js",
                "scripts\/siteBarRbx\/FileFormat\/XmlParser.js",
                "scripts\/siteBarRbx\/FileFormat\/BinaryParser.js",
                "scripts\/siteBarRbx\/FileFormat\/MeshParser.js",
                "scripts\/siteBarRbx\/AnimationParser.js",
                "scripts\/siteBarRbx\/Parser.js",
                "scripts\/siteBarRbx\/AssetCache.js",
                "scripts\/siteBarRbx\/RobloxApi.js",
                "scripts\/webpages\/common.js",
                "scripts\/webpages\/avatar.js",
                "scripts\/webpages\/catalog.js",
                "scripts\/webpages\/develop.js",
                "scripts\/webpages\/friends.js",
                "scripts\/webpages\/groups.js",
                "scripts\/webpages\/groupadmin.js",
                "scripts\/webpages\/home.js",
                "scripts\/webpages\/inventory.js",
                "scripts\/webpages\/itemdetails.js",
                "scripts\/webpages\/messages.js",
                "scripts\/webpages\/money.js",
                "scripts\/webpages\/placeconfig.js",
                "scripts\/webpages\/profile.js",
                "scripts\/inject.js",
                "scripts\/main.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}