My Team Solo Mid

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

Was ist My Team Solo Mid?

My Team Solo Mid ist eine Chrome-Erweiterung, die von sebastiaan entwickelt wurde, und ihr Hauptmerkmal ist "Team Solo Mid Chrome extension, with this extension you will always be up-to-date on the latest TSM news!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

My Team Solo Mid-Erweiterungs-CRX-Datei herunterladen

Laden Sie My Team Solo Mid-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name My Team Solo Mid My Team Solo Mid
ID epaafamlmglopbbmiillobjbfmcmdknc
Offizielle URL https://chrome.google.com/webstore/detail/my-team-solo-mid/epaafamlmglopbbmiillobjbfmcmdknc
Beschreibung Team Solo Mid Chrome extension, with this extension you will always be up-to-date on the latest TSM news!
Dateigröße 1.51 MB
Installationsanzahl 110
Aktuelle Version 0.0.5
Letztes Update 2016-01-10
Veröffentlichungsdatum 2016-01-10
Bewertung 4.75/5 Insgesamt 8 Bewertungen
Entwickler sebastiaan
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}