Scok Live Extension
Extension live de Scok
什么是Scok Live Extension?
Scok Live Extension是由ZpX开发的Chrome扩展程序,该扩展的主要功能是“Extension live de Scok”。
下载Scok Live Extension扩展crx文件
下载Scok Live Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension Chrome des lives de Scok. Retrouvez le sur son live www.twitch.tv/scoksc2 ou sur son twitter www.twitter.fr/ScokR6s
扩展基本信息
名称 | |
ID | fdmcmmbcicmbaipedackmogpcfgahmgm |
官方URL | https://chromewebstore.google.com/detail/scok-live-extension/fdmcmmbcicmbaipedackmogpcfgahmgm |
简介 | Extension live de Scok |
文件大小 | 27.52 KB |
安装次数 | 47 |
当前版本 | 1.2 |
更新时间 | 2017-07-15 |
上架时间 | 2017-07-15 |
评分 | 4.83/5 共6次评分 |
开发者 | ZpX |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scok Live Extension", "description": "Extension live de Scok", "homepage_url": "http:\/\/www.twitter.fr\/ZpX___", "version": "1.2", "permissions": [ "https:\/\/api.twitch.tv\/", "notifications" ], "browser_action": { "icons": { "16": "img\/liveoff_16.png", "48": "img\/liveoff_48.png", "128": "img\/liveoff_128.png" }, "default_title": "Scok est offline" }, "icons": { "16": "img\/liveoff_16.png", "48": "img\/liveoff_48.png", "128": "img\/liveoff_128.png" }, "background": { "scripts": [ "background.js" ] } } |