MUT.GG Binder Sync
Syncs your binder with MUT.GG
What is MUT.GG Binder Sync?
MUT.GG Binder Sync is a Chrome extension developed by Stormstrike Inc, and its main feature is "Syncs your binder with MUT.GG".
Extension Screenshots
Download MUT.GG Binder Sync Extension CRX File
Download MUT.GG Binder Sync extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | MUT.GG Binder Sync |
ID | gaoojekidmlfikfgchheinhmhcbcoiem |
Official URL | https://chromewebstore.google.com/detail/mutgg-binder-sync/gaoojekidmlfikfgchheinhmhcbcoiem |
Description | Syncs your binder with MUT.GG |
File Size | 10.8 KB |
Installation Count | 10,071 |
Current Version | 1.1 |
Last Updated | 2023-08-24 |
Publish Date | 2023-02-17 |
Rating | 4.75/5 Total 8 Ratings |
Developer | Stormstrike Inc |
[email protected] | |
Payment Type | free |
Extension Website | https://www.mut.gg |
Help Page URL | https://www.mut.gg/forums/ |
Privacy Policy Page URL | https://www.stormstrike.gg/privacy.html |
Supported Languages | 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" } } |