MUT.GG Binder Sync

Syncs your binder with MUT.GG

MUT.GG Binder Sync क्या है?

MUT.GG Binder Sync Stormstrike Inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Syncs your binder with MUT.GG"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MUT.GG Binder Sync एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 MUT.GG Binder Sync
ID gaoojekidmlfikfgchheinhmhcbcoiem
आधिकारिक URL 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"
    }
}