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
Eメール [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"
}