GamingLive NOW!
Pour suivre GamingLive à la frame !
什么是GamingLive NOW!?
GamingLive NOW!是由Samuel Péan开发的Chrome扩展程序,该扩展的主要功能是“Pour suivre GamingLive à la frame !”。
扩展截图
下载GamingLive NOW!扩展crx文件
下载GamingLive NOW!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ne rate plus aucun stream de GamingLive, la WebTV de jeuxvideo.com, grâce à GamingLive NOW! Icône intégrant un compteur de streams en cours, possibilité de voir le nombre de viewers, notifications au démarrage d'un programme, intégration du planning de chaque chaîne, etc. Cette extension prend en compte les chaînes principales de GamingLive (TV1 - Généraliste, TV2 - PowerPlay, e-Sport, DotA 2 et MMO) mais aussi les chaînes persos de chaque caster !
扩展基本信息
名称 | GamingLive NOW! |
ID | dmjifapapcmfbkojnpjcnlfeaefgpifo |
官方URL | https://chromewebstore.google.com/detail/gaminglive-now/dmjifapapcmfbkojnpjcnlfeaefgpifo |
简介 | Pour suivre GamingLive à la frame ! |
文件大小 | 485 KB |
安装次数 | 69 |
当前版本 | 1.0.81 |
更新时间 | 2014-07-01 |
上架时间 | 2014-07-01 |
评分 | 4.32/5 共38次评分 |
开发者 | Samuel Péan |
付费类型 | free |
支持的语言 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GamingLive NOW!", "short_name": "GL NOW!", "version": "1.0.81", "author": "Samuel P\u00e9an", "description": "Pour suivre GamingLive \u00e0 la frame !", "homepage_url": "http:\/\/www.samuelpean.com\/", "background": { "scripts": [ "js\/jquery.js", "js\/popup.js" ] }, "browser_action": { "default_icon": "img\/128.png", "default_title": "GamingLive NOW!", "default_popup": "popup.html" }, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "permissions": [ "tabs", "notifications" ], "web_accessible_resources": [ "img\/notif.png" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |