Roblox extension compatibility fixer

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

Roblox extension compatibility fixer क्या है?

Roblox extension compatibility fixer TickoGrey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will fix the compatibility issues between a few popular roblox community-made extensions"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Roblox extension compatibility fixer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Roblox extension compatibility fixer Roblox extension compatibility fixer
ID dkmmbdafahejikkbeapodinfojgbdiaf
आधिकारिक URL https://chromewebstore.google.com/detail/roblox-extension-compatib/dkmmbdafahejikkbeapodinfojgbdiaf
विवरण This extension will fix the compatibility issues between a few popular roblox community-made extensions
फ़ाइल का आकार 5.65 KB
स्थापना संख्या 50
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-05-08
प्रकाशन तिथि 2023-05-07
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर TickoGrey
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}