Live Streaming
Benfica, Porto and Sporting live streaming
What is Live Streaming?
Live Streaming is a Chrome extension developed by Live Streaming, and its main feature is "Benfica, Porto and Sporting live streaming".
Extension Screenshots
Download Live Streaming Extension CRX File
Download Live Streaming extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Benfica, Porto and Sporting live streaming
Extension Basic Information
Name | Live Streaming |
ID | palfnichlogbbilchgmmegjhgepigncb |
Official URL | https://chromewebstore.google.com/detail/live-streaming/palfnichlogbbilchgmmegjhgepigncb |
Description | Benfica, Porto and Sporting live streaming |
File Size | 28.04 KB |
Installation Count | 413 |
Current Version | 0.1 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Live Streaming |
Payment Type | free |
Supported Languages | 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" } } |