My Team Solo Mid

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

Vad är My Team Solo Mid?

My Team Solo Mid är en Chrome-tillägg utvecklad av sebastiaan, och dess huvudfunktion är "Team Solo Mid Chrome extension, with this extension you will always be up-to-date on the latest TSM news!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner My Team Solo Mid-förlängningens CRX-fil

Ladda ner My Team Solo Mid-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn My Team Solo Mid My Team Solo Mid
ID epaafamlmglopbbmiillobjbfmcmdknc
Officiell webbadress https://chrome.google.com/webstore/detail/my-team-solo-mid/epaafamlmglopbbmiillobjbfmcmdknc
Beskrivning Team Solo Mid Chrome extension, with this extension you will always be up-to-date on the latest TSM news!
Filstorlek 1.51 MB
Antal Installationer 110
Aktuell Version 0.0.5
Senast Uppdaterad 2016-01-10
Publiceringsdatum 2016-01-10
Betyg 4.75/5 Totalt 8 Betyg
Utvecklare sebastiaan
Betalningssätt free
Stödda Språk 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"
    ]
}