VimeoCast BETA - Chromecast™ for Vimeo
Cast Vimeo videos with ease (using VidCast) to your Chromecast/Android TV device
What is VimeoCast BETA - Chromecast™ for Vimeo?
VimeoCast BETA - Chromecast™ for Vimeo is a Chrome extension developed by gbenhaim, and its main feature is "Cast Vimeo videos with ease (using VidCast) to your Chromecast/Android TV device".
Extension Screenshots
Download VimeoCast BETA - Chromecast™ for Vimeo Extension CRX File
Download VimeoCast BETA - Chromecast™ for Vimeo 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
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.
Extension Basic Information
Name | |
ID | almcajnjpinldbcdalndgdhcodnndhhn |
Official URL | https://chrome.google.com/webstore/detail/vimeocast-beta-chromecast/almcajnjpinldbcdalndgdhcodnndhhn |
Description | Cast Vimeo videos with ease (using VidCast) to your Chromecast/Android TV device |
File Size | 1.31 MB |
Installation Count | 6,805 |
Current Version | 0.0.3 |
Last Updated | 2016-05-03 |
Publish Date | 2016-05-03 |
Rating | 2.95/5 Total 37 Ratings |
Developer | gbenhaim |
Payment Type | free |
Extension Website | https://github.com/bsphere/vimeocast |
Supported Languages | 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" } } |