Roblox +, enhance your Roblox.Better Roblox!

Enhance your Roblox experience!Enhance your Roblox experience!

Co je Roblox +, enhance your Roblox.Better Roblox!?

Roblox +, enhance your Roblox.Better Roblox! je rozšíření Chrome vyvinuté Better ever, a jeho hlavní funkcí je „Enhance your Roblox experience!Enhance your Roblox experience!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Roblox +, enhance your Roblox.Better Roblox!

Stáhněte si soubory rozšíření Roblox +, enhance your Roblox.Better Roblox! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Roblox +, enhance your Roblox.Better Roblox! Roblox +, enhance your Roblox.Better Roblox!
ID mgbkojamndckbfmhlgcfoopaljhhmckh
Oficiální URL https://chrome.google.com/webstore/detail/roblox-+-enhance-your-rob/mgbkojamndckbfmhlgcfoopaljhhmckh
Popis Enhance your Roblox experience!Enhance your Roblox experience!
Velikost souboru 547 KB
Počet instalací 153,175
Aktuální Verze 1.0.4
Poslední Aktualizace 2022-11-01
Datum Vydání 2021-09-20
Hodnocení 4.71/5 Celkem 275 Hodnocení
Vývojář Better ever
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
        }
    ]
}