Stream Overwatch-World

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

Cos'è Stream Overwatch-World?

Stream Overwatch-World è un'estensione di Chrome sviluppata da Nyuw, e la sua funzione principale è "Soyez informés dès qu'un stream est lancé sur la TV Overwatch".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Stream Overwatch-World

Scarica i file di estensione Stream Overwatch-World in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Stream Overwatch-World Stream Overwatch-World
ID inkpgpppincghejppaadbgalejnkbpbb
URL Ufficiale https://chrome.google.com/webstore/detail/stream-overwatch-world/inkpgpppincghejppaadbgalejnkbpbb
Descrizione Soyez informés dès qu'un stream est lancé sur la TV Overwatch
Dimensione del File 27.8 KB
Conteggio Installazioni 29
Versione Corrente 1.0.1
Ultimo Aggiornamento 2015-10-23
Data di Pubblicazione 2015-10-23
Valutazione 4.50/5 Totale 8 Valutazioni
Sviluppatore Nyuw
Tipo di Pagamento free
Sito Web dell'Estensione http://www.overwatch-world.com/stream
URL della Pagina di Aiuto http://www.overwatch-world.com/contact
Lingue Supportate 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"
    ]
}