Live Streaming
Benfica, Porto and Sporting live streaming
什么是Live Streaming?
Live Streaming是由Live Streaming开发的Chrome扩展程序,该扩展的主要功能是“Benfica, Porto and Sporting live streaming”。
扩展截图
下载Live Streaming扩展crx文件
下载Live Streaming扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Benfica, Porto and Sporting live streaming 扩展基本信息
| 名称 | |
| ID | palfnichlogbbilchgmmegjhgepigncb |
| 官方URL | https://chromewebstore.google.com/detail/live-streaming/palfnichlogbbilchgmmegjhgepigncb |
| 简介 | Benfica, Porto and Sporting live streaming |
| 文件大小 | 28.04 KB |
| 安装次数 | 413 |
| 当前版本 | 0.1 |
| 更新时间 | 2019-03-08 |
| 上架时间 | 2019-03-08 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Live Streaming |
| 付费类型 | free |
| 支持的语言 | pt-PT |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Live Streaming",
"version": "0.1",
"manifest_version": 2,
"description": "Benfica, Porto and Sporting live streaming",
"permissions": [
"gcm",
"storage",
"notifications",
"identity"
],
"background": {
"persistent": false,
"scripts": [
"OneSignal.js",
"background.js"
]
},
"browser_action": {
"default_icon": "ball 128x128.png",
"default_title": "Benfica, Porto and Sporting live streaming",
"default_popup": "extension.html"
},
"content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
"icons": {
"128": "ball 128x128.png"
}
} | |