MUT.GG Binder Sync

Syncs your binder with MUT.GG

Apa itu MUT.GG Binder Sync?

MUT.GG Binder Sync adalah ekstensi Chrome yang dikembangkan oleh Stormstrike Inc, dan fitur utamanya adalah "Syncs your binder with MUT.GG".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi MUT.GG Binder Sync

Unduh file ekstensi MUT.GG Binder Sync dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama MUT.GG Binder Sync MUT.GG Binder Sync
ID gaoojekidmlfikfgchheinhmhcbcoiem
URL Resmi https://chromewebstore.google.com/detail/mutgg-binder-sync/gaoojekidmlfikfgchheinhmhcbcoiem
Deskripsi Syncs your binder with MUT.GG
Ukuran File 10.8 KB
Jumlah Instalasi 10,071
Versi Saat Ini 1.1
Terakhir Diperbarui 2023-08-24
Tanggal Publikasi 2023-02-17
Penilaian 4.75/5 Total 8 Penilaian
Pengembang Stormstrike Inc
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.mut.gg
URL Halaman Bantuan https://www.mut.gg/forums/
URL Halaman Kebijakan Privasi https://www.stormstrike.gg/privacy.html
Bahasa yang Didukung 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"
    }
}