Stream Overwatch-World
Soyez informés dès qu'un stream est lancé sur la TV Overwatch
什么是Stream Overwatch-World?
Stream Overwatch-World是由Nyuw开发的Chrome扩展程序,该扩展的主要功能是“Soyez informés dès qu'un stream est lancé sur la TV Overwatch”。
扩展截图
下载Stream Overwatch-World扩展crx文件
下载Stream Overwatch-World扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | inkpgpppincghejppaadbgalejnkbpbb |
官方URL | https://chrome.google.com/webstore/detail/stream-overwatch-world/inkpgpppincghejppaadbgalejnkbpbb |
简介 | Soyez informés dès qu'un stream est lancé sur la TV Overwatch |
文件大小 | 27.8 KB |
安装次数 | 29 |
当前版本 | 1.0.1 |
更新时间 | 2015-10-23 |
上架时间 | 2015-10-23 |
评分 | 4.50/5 共8次评分 |
开发者 | Nyuw |
付费类型 | free |
扩展官网 | http://www.overwatch-world.com/stream |
帮助页面URL | http://www.overwatch-world.com/contact |
支持的语言 | 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" ] } |