MUT.GG Binder Sync

Syncs your binder with MUT.GG

ما هو MUT.GG Binder Sync؟

MUT.GG Binder Sync هو إضافة Chrome تم تطويرها بواسطة Stormstrike Inc، والميزة الرئيسية لها هي "Syncs your binder with MUT.GG".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة MUT.GG Binder Sync

قم بتنزيل ملفات الامتداد MUT.GG Binder Sync بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://www.mut.gg/forums/
عنوان صفحة سياسة الخصوصية 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"
    }
}