Stream Overwatch-World

Soyez informés dès qu'un stream est lancé sur la TV Overwatch

Wat is Stream Overwatch-World?

Stream Overwatch-World is een Chrome-extensie ontwikkeld door Nyuw, en de belangrijkste functie is "Soyez informés dès qu'un stream est lancé sur la TV Overwatch".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Stream Overwatch-World

Download Stream Overwatch-World-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Lorsqu'un stream est disponible, l'icône change de couleur et vous indique l'émission en cours par l’intermédiaire d'une alerte personnalisée.

Notre chaîne Twitch est une chaîne entièrement dédiée à Overwatch, le FPS en ligne de Blizzard. Vous y trouverez votre dose quasi quotidienne d'Overwatch.                    

Basisinformatie over de Extensie

Naam Stream Overwatch-World Stream Overwatch-World
ID inkpgpppincghejppaadbgalejnkbpbb
Officiële URL https://chrome.google.com/webstore/detail/stream-overwatch-world/inkpgpppincghejppaadbgalejnkbpbb
Beschrijving Soyez informés dès qu'un stream est lancé sur la TV Overwatch
Bestandsgrootte 27.8 KB
Aantal Installaties 29
Huidige Versie 1.0.1
Laatst Bijgewerkt 2015-10-23
Publicatiedatum 2015-10-23
Beoordeling 4.50/5 Totaal 8 Beoordelingen
Ontwikkelaar Nyuw
Betalingswijze free
Extensiewebsite http://www.overwatch-world.com/stream
Help Pagina-URL http://www.overwatch-world.com/contact
Ondersteunde Talen fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stream Overwatch-World",
    "version": "1.0.1",
    "description": "Soyez inform\u00e9s d\u00e8s qu'un stream est lanc\u00e9 sur la TV Overwatch",
    "author": "Nyuw",
    "homepage_url": "http:\/\/www.overwatch-world.com\/stream",
    "browser_action": {
        "default_icon": {
            "19": "ressources\/iconoff19.png",
            "38": "ressources\/iconoff38.png"
        },
        "default_title": "TV Overwatch-World - Offline"
    },
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "icons": {
        "16": "ressources\/logo16.png",
        "48": "ressources\/logo48.png",
        "128": "ressources\/logo128.png"
    },
    "permissions": [
        "notifications"
    ]
}