My Team Solo Mid

Team Solo Mid Chrome extension, with this extension you will always be up-to-date on the latest TSM news!

ما هو My Team Solo Mid؟

My Team Solo Mid هو إضافة Chrome تم تطويرها بواسطة sebastiaan، والميزة الرئيسية لها هي "Team Solo Mid Chrome extension, with this extension you will always be up-to-date on the latest TSM news!".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة My Team Solo Mid

قم بتنزيل ملفات الامتداد My Team Solo Mid بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم My Team Solo Mid My Team Solo Mid
ID epaafamlmglopbbmiillobjbfmcmdknc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/my-team-solo-mid/epaafamlmglopbbmiillobjbfmcmdknc
الوصف Team Solo Mid Chrome extension, with this extension you will always be up-to-date on the latest TSM news!
حجم الملف 1.51 MB
عدد التثبيتات 110
النسخة الحالية 0.0.5
آخر تحديث 2016-01-10
تاريخ النشر 2016-01-10
تقييم 4.75/5 مجموع تقييمات 8
المطور sebastiaan
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Team Solo Mid",
    "short_name": "MyTSM",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Team Solo Mid Chrome extension, with this extension you will always be up-to-date on the latest TSM news!",
    "homepage_url": "http:\/\/www.tsm.gg",
    "options_page": "src\/options\/main.html",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "icons\/icon16.png",
        "icons\/icon48.png",
        "icons\/icon128.png"
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "vendor\/jquery\/dist\/jquery.min.js",
            "data\/streams.js",
            "js\/streamStatusManager.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "MyTSM",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "notifications",
        "",
        "tabs",
        "alarms",
        "notifications",
        "storage"
    ]
}