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”。
擴展截圖
下載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 |
ID | gaoojekidmlfikfgchheinhmhcbcoiem |
官方網址 | 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" } } |