Roblox extension compatibility fixer

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

Wat is Roblox extension compatibility fixer?

Roblox extension compatibility fixer is een Chrome-extensie ontwikkeld door TickoGrey, en de belangrijkste functie is "This extension will fix the compatibility issues between a few popular roblox community-made extensions".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Roblox extension compatibility fixer

Download Roblox extension compatibility fixer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Roblox extension compatibility fixer Roblox extension compatibility fixer
ID dkmmbdafahejikkbeapodinfojgbdiaf
Officiële URL https://chromewebstore.google.com/detail/roblox-extension-compatib/dkmmbdafahejikkbeapodinfojgbdiaf
Beschrijving This extension will fix the compatibility issues between a few popular roblox community-made extensions
Bestandsgrootte 5.65 KB
Aantal Installaties 50
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-05-08
Publicatiedatum 2023-05-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar TickoGrey
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}