Better Roblox Badges Extension

Improves Roblox Badges.

What is Better Roblox Badges Extension?

Better Roblox Badges Extension is a Chrome extension developed by https://jmk.gg, and its main feature is "Improves Roblox Badges.".

Extension Screenshots

screenshot
screenshot

Download Better Roblox Badges Extension Extension CRX File

Download Better Roblox Badges 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

                        🚀 Better Roblox Badges Extension adds multiple new Roblox Badges to the roblox.com website.
To use, just visit a user's profile and they will have new badges!

Additional badges:
- UGC Creator
- Accelerator
- Star Creator
- 10K, 100K, 1M, 5M, 10M Visits
- 1, 2, 3, 4, 5, 10 Year Veteran

GitHub: https://github.com/jmkd3v/Better-Roblox-Badges-Extension                    

Extension Basic Information

Name Better Roblox Badges Extension Better Roblox Badges Extension
ID hipmiiggbfeojoehjibeedjpfpjiogel
Official URL https://chromewebstore.google.com/detail/better-roblox-badges-exte/hipmiiggbfeojoehjibeedjpfpjiogel
Description Improves Roblox Badges.
File Size 4.55 KB
Installation Count 10,152
Current Version 1.0.1
Last Updated 2022-12-17
Publish Date 2021-07-25
Rating 4.27/5 Total 45 Ratings
Developer https://jmk.gg
Email [email protected]
Payment Type free
Help Page URL https://twitter.com/jmkdev
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Roblox Badges Extension",
    "version": "1.0.1",
    "manifest_version": 3,
    "description": "Improves Roblox Badges.",
    "homepage_url": "http:\/\/jmk.gg",
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js",
                "style.css"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.roblox.com\/*"
    ]
}