RaspberryCast

Share videos to Rpi

Qu'est-ce que RaspberryCast ?

RaspberryCast est une extension Chrome développée par Vincent L., et sa fonction principale est "Share videos to Rpi".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension RaspberryCast

Téléchargez les fichiers d'extension RaspberryCast 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

                        Use this extension to stream and control videos on your Raspberry Pi, using the RaspberryCast server.

Link of the main project :
https://github.com/vincelwt/RaspberryCast                    

Informations de Base sur l'Extension

Nom RaspberryCast RaspberryCast
ID aikmhmnmlebhcjjdbjilohbpfljioeak
URL Officiel https://chromewebstore.google.com/detail/raspberrycast/aikmhmnmlebhcjjdbjilohbpfljioeak
Description Share videos to Rpi
Taille du Fichier 190 KB
Nombre d'Installations 1,293
Version Actuelle 1.3.0
Dernière Mise à Jour 2015-12-16
Date de Publication 2015-12-16
Évaluation 3.93/5 Total 15 Évaluations
Développeur Vincent L.
Type de Paiement free
Site Web de l'Extension https://github.com/vincent-lwt/RaspberryCast
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js",
            "js\/popup.js",
            "js\/jquery-2.1.3.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "20.png",
        "default_title": "RasperryCast remote",
        "default_popup": "popup.html"
    },
    "description": "Share videos to Rpi",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "name": "RaspberryCast",
    "permissions": [
        "contextMenus",
        "tabs",
        "notifications"
    ],
    "version": "1.3.0"
}