My Gaming Streams - Lol, Dota, CS and more

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

Co je My Gaming Streams - Lol, Dota, CS and more?

My Gaming Streams - Lol, Dota, CS and more je rozšíření Chrome vyvinuté Mario Toledo, a jeho hlavní funkcí je „Check the status of your favorite gaming streamers from Azubu, Twitch and others channels“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření My Gaming Streams - Lol, Dota, CS and more

Stáhněte si soubory rozšíření My Gaming Streams - Lol, Dota, CS and more ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název My Gaming Streams - Lol, Dota, CS and more My Gaming Streams - Lol, Dota, CS and more
ID apfnphjhbdcfdoidkeopblhdnnlfckff
Oficiální URL https://chromewebstore.google.com/detail/my-gaming-streams-lol-dot/apfnphjhbdcfdoidkeopblhdnnlfckff
Popis Check the status of your favorite gaming streamers from Azubu, Twitch and others channels
Velikost souboru 579 KB
Počet instalací 12
Aktuální Verze 1.2.1
Poslední Aktualizace 2016-12-15
Datum Vydání 2016-12-15
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Mario Toledo
Typ Platby free
Webové stránky Rozšíření https://github.com/mariotoledo/
Podporované Jazyky 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"
    ]
}