VimeoCast BETA - Chromecast™ for Vimeo
Cast Vimeo videos with ease (using VidCast) to your Chromecast/Android TV device
Hvad er VimeoCast BETA - Chromecast™ for Vimeo?
VimeoCast BETA - Chromecast™ for Vimeo er en Chrome-udvidelse udviklet af gbenhaim, og dens hovedfunktion er "Cast Vimeo videos with ease (using VidCast) to your Chromecast/Android TV device".
Udvidelsesskærmbilleder
Download VimeoCast BETA - Chromecast™ for Vimeo-udvidelses-CRX-fil
Download VimeoCast BETA - Chromecast™ for Vimeo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | almcajnjpinldbcdalndgdhcodnndhhn |
Officiel URL | https://chrome.google.com/webstore/detail/vimeocast-beta-chromecast/almcajnjpinldbcdalndgdhcodnndhhn |
Beskrivelse | Cast Vimeo videos with ease (using VidCast) to your Chromecast/Android TV device |
Filstørrelse | 1.31 MB |
Antal Installationer | 6,805 |
Nuværende Version | 0.0.3 |
Senest Opdateret | 2016-05-03 |
Udgivelsesdato | 2016-05-03 |
Bedømmelse | 2.95/5 Samlet 37 Bedømmelser |
Udvikler | gbenhaim |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/bsphere/vimeocast |
Understøttede Sprog | 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" } } |