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开发的Chrome扩展程序,该扩展的主要功能是“This extension will fix the compatibility issues between a few popular roblox community-made extensions”。

扩展截图

screenshot

下载Roblox extension compatibility fixer扩展crx文件

下载Roblox extension compatibility fixer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}