My Gaming Streams - Lol, Dota, CS and more

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

¿Qué es My Gaming Streams - Lol, Dota, CS and more?

My Gaming Streams - Lol, Dota, CS and more es una extensión de Chrome desarrollada por Mario Toledo, y su función principal es "Check the status of your favorite gaming streamers from Azubu, Twitch and others channels".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión My Gaming Streams - Lol, Dota, CS and more

Descarga archivos de extensión My Gaming Streams - Lol, Dota, CS and more en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre My Gaming Streams - Lol, Dota, CS and more My Gaming Streams - Lol, Dota, CS and more
ID apfnphjhbdcfdoidkeopblhdnnlfckff
URL Oficial https://chromewebstore.google.com/detail/my-gaming-streams-lol-dot/apfnphjhbdcfdoidkeopblhdnnlfckff
Descripción Check the status of your favorite gaming streamers from Azubu, Twitch and others channels
Tamaño del Archivo 579 KB
Cantidad de Instalaciones 12
Versión Actual 1.2.1
Última Actualización 2016-12-15
Fecha de Publicación 2016-12-15
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Mario Toledo
Tipo de Pago free
Sitio Web de la Extensión https://github.com/mariotoledo/
Idiomas Soportados 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"
    ]
}