Live Streaming
Benfica, Porto and Sporting live streaming
Wat is Live Streaming?
Live Streaming is een Chrome-extensie ontwikkeld door Live Streaming, en de belangrijkste functie is "Benfica, Porto and Sporting live streaming".
Extensie Screenshots
Download het CRX-bestand van de extensie Live Streaming
Download Live Streaming-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Benfica, Porto and Sporting live streaming Basisinformatie over de Extensie
| Naam | |
| ID | palfnichlogbbilchgmmegjhgepigncb |
| Officiële URL | https://chromewebstore.google.com/detail/live-streaming/palfnichlogbbilchgmmegjhgepigncb |
| Beschrijving | Benfica, Porto and Sporting live streaming |
| Bestandsgrootte | 28.04 KB |
| Aantal Installaties | 413 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2019-03-08 |
| Publicatiedatum | 2019-03-08 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Live Streaming |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |