MUT.GG Binder Sync

Syncs your binder with MUT.GG

MUT.GG Binder Syncとは何ですか?

MUT.GG Binder SyncはStormstrike Incによって開発されたChromeの拡張機能で、その主な機能は「Syncs your binder with MUT.GG」です。

拡張機能のスクリーンショット

screenshot
screenshot

MUT.GG Binder Sync拡張機能のCRXファイルをダウンロード

MUT.GG Binder Sync拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The MUT.GG Binder Sync is an extension that enables syncing your Madden collection with the MUT.GG website. This will enable you to share your collection as well as access to additional tools and analytics about your collection.                    

拡張機能の基本情報

名前 MUT.GG Binder Sync MUT.GG Binder Sync
ID gaoojekidmlfikfgchheinhmhcbcoiem
公式URL https://chromewebstore.google.com/detail/mutgg-binder-sync/gaoojekidmlfikfgchheinhmhcbcoiem
説明 Syncs your binder with MUT.GG
ファイルサイズ 10.8 KB
インストール数 10,071
現在のバージョン 1.1
最終更新日 2023-08-24
公開日 2023-02-17
評価 4.75/5 合計 8 レビュー
開発者 Stormstrike Inc
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.mut.gg
ヘルプページのURL https://www.mut.gg/forums/
プライバシーポリシーページのURL https://www.stormstrike.gg/privacy.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MUT.GG Binder Sync",
    "version": "1.1",
    "description": "Syncs your binder with MUT.GG",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/127.0.0.1\/*",
        "https:\/\/www.mut.gg\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:8000\/*",
            "*:\/\/www.mut.gg\/*"
        ]
    },
    "icons": {
        "16": "favicon-16.png",
        "32": "favicon-32.png",
        "48": "favicon-48.png"
    }
}