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 |
| 官方網址 | 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"
}
} | |