Roblox +, enhance your Roblox.Better Roblox!

Enhance your Roblox experience!Enhance your Roblox experience!

Cos'è Roblox +, enhance your Roblox.Better Roblox!?

Roblox +, enhance your Roblox.Better Roblox! è un'estensione di Chrome sviluppata da Better ever, e la sua funzione principale è "Enhance your Roblox experience!Enhance your Roblox experience!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Roblox +, enhance your Roblox.Better Roblox!

Scarica i file di estensione Roblox +, enhance your Roblox.Better Roblox! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Roblox +, enhance your Roblox.Better Roblox! Roblox +, enhance your Roblox.Better Roblox!
ID mgbkojamndckbfmhlgcfoopaljhhmckh
URL Ufficiale https://chrome.google.com/webstore/detail/roblox-+-enhance-your-rob/mgbkojamndckbfmhlgcfoopaljhhmckh
Descrizione Enhance your Roblox experience!Enhance your Roblox experience!
Dimensione del File 547 KB
Conteggio Installazioni 153,175
Versione Corrente 1.0.4
Ultimo Aggiornamento 2022-11-01
Data di Pubblicazione 2021-09-20
Valutazione 4.71/5 Totale 275 Valutazioni
Sviluppatore Better ever
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}