Roblox extension

extention for roblox

What is Roblox extension?

Roblox extension is a Chrome extension developed by Developer, and its main feature is "extention for roblox".

Extension Screenshots

screenshot

Download Roblox extension Extension CRX File

Download Roblox extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A simple extension designed to help retrieve your Roblox models/assets within seconds

All you need to do to retrieve your model is install the extension and then go to your Roblox avatar editor page, it will then automatically export.                    

Extension Basic Information

Name Roblox extension Roblox extension
ID almhfgmoclhbdlcignecidemgmhopjam
Official URL https://chrome.google.com/webstore/detail/roblox-extension/almhfgmoclhbdlcignecidemgmhopjam
Description extention for roblox
File Size 4.55 KB
Installation Count 526
Current Version 1.0.0
Last Updated 2022-07-12
Publish Date 2022-03-14
Rating 4.45/5 Total 20 Ratings
Developer Developer
Email [email protected]
Payment Type free
Extension Website https://ropro.io/
Help Page URL https://ropro.io/
Privacy Policy Page URL https://bloxy.info/about/privacy_policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roblox extension",
    "description": "extention for roblox",
    "version": "1.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.roblox.com\/my\/avatar*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}