Roblox extension compatibility fixer

This extension will fix the compatibility issues between a few popular roblox community-made extensions

What is Roblox extension compatibility fixer?

Roblox extension compatibility fixer is a Chrome extension developed by TickoGrey, and its main feature is "This extension will fix the compatibility issues between a few popular roblox community-made extensions".

Extension Screenshots

screenshot

Download Roblox extension compatibility fixer Extension CRX File

Download Roblox extension compatibility fixer 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

                        This extension will fix the compatibility issues between a few popular Roblox community-made extensions

We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with the Roblox corporation.                    

Extension Basic Information

Name Roblox extension compatibility fixer Roblox extension compatibility fixer
ID dkmmbdafahejikkbeapodinfojgbdiaf
Official URL https://chromewebstore.google.com/detail/roblox-extension-compatib/dkmmbdafahejikkbeapodinfojgbdiaf
Description This extension will fix the compatibility issues between a few popular roblox community-made extensions
File Size 5.65 KB
Installation Count 50
Current Version 1.0.0
Last Updated 2023-05-08
Publish Date 2023-05-07
Rating 5.00/5 Total 1 Ratings
Developer TickoGrey
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "index.js"
            ],
            "matches": [
                "https:\/\/www.roblox.com\/games\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3,
    "name": "Roblox extension compatibility fixer",
    "version": "1.0.0",
    "description": "This extension will fix the compatibility issues between a few popular roblox community-made extensions"
}