My Gaming Streams - Lol, Dota, CS and more

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

Qu'est-ce que My Gaming Streams - Lol, Dota, CS and more ?

My Gaming Streams - Lol, Dota, CS and more est une extension Chrome développée par Mario Toledo, et sa fonction principale est "Check the status of your favorite gaming streamers from Azubu, Twitch and others channels".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension My Gaming Streams - Lol, Dota, CS and more

Téléchargez les fichiers d'extension My Gaming Streams - Lol, Dota, CS and more au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom My Gaming Streams - Lol, Dota, CS and more My Gaming Streams - Lol, Dota, CS and more
ID apfnphjhbdcfdoidkeopblhdnnlfckff
URL Officiel https://chromewebstore.google.com/detail/my-gaming-streams-lol-dot/apfnphjhbdcfdoidkeopblhdnnlfckff
Description Check the status of your favorite gaming streamers from Azubu, Twitch and others channels
Taille du Fichier 579 KB
Nombre d'Installations 12
Version Actuelle 1.2.1
Dernière Mise à Jour 2016-12-15
Date de Publication 2016-12-15
Évaluation 5.00/5 Total 3 Évaluations
Développeur Mario Toledo
Type de Paiement free
Site Web de l'Extension https://github.com/mariotoledo/
Langues Prises en Charge 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"
    ]
}