Live Streaming

Benfica, Porto and Sporting live streaming

Qu'est-ce que Live Streaming ?

Live Streaming est une extension Chrome développée par Live Streaming, et sa fonction principale est "Benfica, Porto and Sporting live streaming".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Live Streaming

Téléchargez les fichiers d'extension Live Streaming au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Benfica, Porto and Sporting live streaming                    

Informations de Base sur l'Extension

Nom Live Streaming Live Streaming
ID palfnichlogbbilchgmmegjhgepigncb
URL Officiel https://chromewebstore.google.com/detail/live-streaming/palfnichlogbbilchgmmegjhgepigncb
Description Benfica, Porto and Sporting live streaming
Taille du Fichier 28.04 KB
Nombre d'Installations 413
Version Actuelle 0.1
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur Live Streaming
Type de Paiement free
Langues Prises en Charge 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"
    }
}