RaspberryCast

Share videos to Rpi

What is RaspberryCast?

RaspberryCast is a Chrome extension developed by Vincent L., and its main feature is "Share videos to Rpi".

Extension Screenshots

Download RaspberryCast Extension CRX File

Download RaspberryCast 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

                        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                    

Extension Basic Information

Name RaspberryCast RaspberryCast
ID aikmhmnmlebhcjjdbjilohbpfljioeak
Official URL https://chromewebstore.google.com/detail/raspberrycast/aikmhmnmlebhcjjdbjilohbpfljioeak
Description Share videos to Rpi
File Size 190 KB
Installation Count 1,293
Current Version 1.3.0
Last Updated 2015-12-16
Publish Date 2015-12-16
Rating 3.93/5 Total 15 Ratings
Developer Vincent L.
Payment Type free
Extension Website https://github.com/vincent-lwt/RaspberryCast
Supported Languages 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"
}