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
电子邮箱 [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"
    }
}