MUT.GG Binder Sync

Syncs your binder with MUT.GG

¿Qué es MUT.GG Binder Sync?

MUT.GG Binder Sync es una extensión de Chrome desarrollada por Stormstrike Inc, y su función principal es "Syncs your binder with MUT.GG".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión MUT.GG Binder Sync

Descarga archivos de extensión MUT.GG Binder Sync en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre MUT.GG Binder Sync MUT.GG Binder Sync
ID gaoojekidmlfikfgchheinhmhcbcoiem
URL Oficial https://chromewebstore.google.com/detail/mutgg-binder-sync/gaoojekidmlfikfgchheinhmhcbcoiem
Descripción Syncs your binder with MUT.GG
Tamaño del Archivo 10.8 KB
Cantidad de Instalaciones 10,071
Versión Actual 1.1
Última Actualización 2023-08-24
Fecha de Publicación 2023-02-17
Calificación 4.75/5 Total de 8 Calificaciones
Desarrollador Stormstrike Inc
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.mut.gg
URL de la Página de Ayuda https://www.mut.gg/forums/
URL de la Página de Política de Privacidad https://www.stormstrike.gg/privacy.html
Idiomas Soportados 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"
    }
}