Roblox +, enhance your Roblox.Better Roblox!

Enhance your Roblox experience!Enhance your Roblox experience!

Что такое Roblox +, enhance your Roblox.Better Roblox!?

Roblox +, enhance your Roblox.Better Roblox! - это расширение Chrome, разработанное Better ever, и его основная функция - "Enhance your Roblox experience!Enhance your Roblox experience!".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Roblox +, enhance your Roblox.Better Roblox!

Скачайте файлы расширений Roblox +, enhance your Roblox.Better Roblox! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Roblox +, enhance your Roblox.Better Roblox! Roblox +, enhance your Roblox.Better Roblox!
ID mgbkojamndckbfmhlgcfoopaljhhmckh
Официальный URL https://chrome.google.com/webstore/detail/roblox-+-enhance-your-rob/mgbkojamndckbfmhlgcfoopaljhhmckh
Описание Enhance your Roblox experience!Enhance your Roblox experience!
Размер файла 547 KB
Количество установок 153,175
Текущая Версия 1.0.4
Последнее Обновление 2022-11-01
Дата публикации 2021-09-20
Рейтинг 4.71/5 Всего 275 оценок
Разработчик Better ever
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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
        }
    ]
}