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是由sebastiaan開發的Chrome擴展程式,該擴展的主要功能是“Team Solo Mid Chrome extension, with this extension you will always be up-to-date on the latest TSM news!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載My Team Solo Mid擴展crx文件

下載My Team Solo Mid擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 My Team Solo Mid My Team Solo Mid
ID epaafamlmglopbbmiillobjbfmcmdknc
官方網址 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"
    ]
}