MUT.GG Binder Sync

Syncs your binder with MUT.GG

Wat is MUT.GG Binder Sync?

MUT.GG Binder Sync is een Chrome-extensie ontwikkeld door Stormstrike Inc, en de belangrijkste functie is "Syncs your binder with MUT.GG".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie MUT.GG Binder Sync

Download MUT.GG Binder Sync-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam MUT.GG Binder Sync MUT.GG Binder Sync
ID gaoojekidmlfikfgchheinhmhcbcoiem
Officiële URL https://chromewebstore.google.com/detail/mutgg-binder-sync/gaoojekidmlfikfgchheinhmhcbcoiem
Beschrijving Syncs your binder with MUT.GG
Bestandsgrootte 10.8 KB
Aantal Installaties 10,071
Huidige Versie 1.1
Laatst Bijgewerkt 2023-08-24
Publicatiedatum 2023-02-17
Beoordeling 4.75/5 Totaal 8 Beoordelingen
Ontwikkelaar Stormstrike Inc
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.mut.gg
Help Pagina-URL https://www.mut.gg/forums/
URL van de Privacybeleid Pagina https://www.stormstrike.gg/privacy.html
Ondersteunde Talen 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"
    }
}