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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    ]
}