VimeoCast BETA - Chromecast™ for Vimeo

Cast Vimeo videos with ease (using VidCast) to your Chromecast/Android TV device

Qu'est-ce que VimeoCast BETA - Chromecast™ for Vimeo ?

VimeoCast BETA - Chromecast™ for Vimeo est une extension Chrome développée par gbenhaim, et sa fonction principale est "Cast Vimeo videos with ease (using VidCast) to your Chromecast/Android TV device".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension VimeoCast BETA - Chromecast™ for Vimeo

Téléchargez les fichiers d'extension VimeoCast BETA - Chromecast™ for Vimeo 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

                        Easily cast Vimeo videos (using VidCast - https://vidcast.dabble.me) to your Chromecast™/Android TV device.

The extension adds a cast option to the context menu (right click) of a Vimeo video.

You must have the Google Cast extension installed.

Notes:
 - This extension is an early stage beta, please help us improve it!
 - The extension is open source and contains no tracking/spy code.                    

Informations de Base sur l'Extension

Nom VimeoCast BETA - Chromecast™ for Vimeo VimeoCast BETA - Chromecast™ for Vimeo
ID almcajnjpinldbcdalndgdhcodnndhhn
URL Officiel https://chrome.google.com/webstore/detail/vimeocast-beta-chromecast/almcajnjpinldbcdalndgdhcodnndhhn
Description Cast Vimeo videos with ease (using VidCast) to your Chromecast/Android TV device
Taille du Fichier 1.31 MB
Nombre d'Installations 6,805
Version Actuelle 0.0.3
Dernière Mise à Jour 2016-05-03
Date de Publication 2016-05-03
Évaluation 2.95/5 Total 37 Évaluations
Développeur gbenhaim
Type de Paiement free
Site Web de l'Extension https://github.com/bsphere/vimeocast
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VimeoCast BETA - Chromecast\u2122 for Vimeo",
    "short_name": "VimeoCast BETA",
    "description": "Cast Vimeo videos with ease (using VidCast) to your Chromecast\/Android TV device",
    "version": "0.0.3",
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.1.min.js",
                "vimeocast.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "jquery-2.1.1.min.js",
            "lodash.core.min.js",
            "background.js"
        ]
    },
    "icons": {
        "128": "icon_128.png"
    }
}