Stream Overwatch-World
Soyez informés dès qu'un stream est lancé sur la TV Overwatch
What is Stream Overwatch-World?
Stream Overwatch-World is a Chrome extension developed by Nyuw, and its main feature is "Soyez informés dès qu'un stream est lancé sur la TV Overwatch".
Extension Screenshots
Download Stream Overwatch-World Extension CRX File
Download Stream Overwatch-World extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | inkpgpppincghejppaadbgalejnkbpbb |
Official URL | https://chrome.google.com/webstore/detail/stream-overwatch-world/inkpgpppincghejppaadbgalejnkbpbb |
Description | Soyez informés dès qu'un stream est lancé sur la TV Overwatch |
File Size | 27.8 KB |
Installation Count | 29 |
Current Version | 1.0.1 |
Last Updated | 2015-10-23 |
Publish Date | 2015-10-23 |
Rating | 4.50/5 Total 8 Ratings |
Developer | Nyuw |
Payment Type | free |
Extension Website | http://www.overwatch-world.com/stream |
Help Page URL | http://www.overwatch-world.com/contact |
Supported Languages | 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" ] } |