My Gaming Streams - Lol, Dota, CS and more

Check the status of your favorite gaming streamers from Azubu, Twitch and others channels

Was ist My Gaming Streams - Lol, Dota, CS and more?

My Gaming Streams - Lol, Dota, CS and more ist eine Chrome-Erweiterung, die von Mario Toledo entwickelt wurde, und ihr Hauptmerkmal ist "Check the status of your favorite gaming streamers from Azubu, Twitch and others channels".

Erweiterungsscreenshots

screenshot
screenshot

My Gaming Streams - Lol, Dota, CS and more-Erweiterungs-CRX-Datei herunterladen

Laden Sie My Gaming Streams - Lol, Dota, CS and more-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

                        It's pretty boring to keep checking if your favorite streammer is online, isn't it?
This extension helps gaming fans to track their favorites streamers from Twitch, Azubu and others stream services.

Don't lose plays from games like League of Legends, Dota and Counter Strike. Add streamers of your choice, and let us notify you when him/her be online.                    

Grundlegende Informationen zur Erweiterung

Name My Gaming Streams - Lol, Dota, CS and more My Gaming Streams - Lol, Dota, CS and more
ID apfnphjhbdcfdoidkeopblhdnnlfckff
Offizielle URL https://chromewebstore.google.com/detail/my-gaming-streams-lol-dot/apfnphjhbdcfdoidkeopblhdnnlfckff
Beschreibung Check the status of your favorite gaming streamers from Azubu, Twitch and others channels
Dateigröße 579 KB
Installationsanzahl 12
Aktuelle Version 1.2.1
Letztes Update 2016-12-15
Veröffentlichungsdatum 2016-12-15
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Mario Toledo
Zahlungsart free
Erweiterungswebsite https://github.com/mariotoledo/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Gaming Streams - Lol, Dota, CS and more",
    "description": "Check the status of your favorite gaming streamers from Azubu, Twitch and others channels",
    "version": "1.2.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "notifications",
        "activeTab",
        "background"
    ],
    "web_accessible_resources": [
        "icon48.png"
    ]
}