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 هو إضافة Chrome تم تطويرها بواسطة TickoGrey، والميزة الرئيسية لها هي "This extension will fix the compatibility issues between a few popular roblox community-made extensions".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Roblox extension compatibility fixer

قم بتنزيل ملفات الامتداد Roblox extension compatibility fixer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}