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
官方網址 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"
}