VimeoCast BETA - Chromecast™ for Vimeo

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

Vad är VimeoCast BETA - Chromecast™ for Vimeo?

VimeoCast BETA - Chromecast™ for Vimeo är en Chrome-tillägg utvecklad av gbenhaim, och dess huvudfunktion är "Cast Vimeo videos with ease (using VidCast) to your Chromecast/Android TV device".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner VimeoCast BETA - Chromecast™ for Vimeo-förlängningens CRX-fil

Ladda ner VimeoCast BETA - Chromecast™ for Vimeo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn VimeoCast BETA - Chromecast™ for Vimeo VimeoCast BETA - Chromecast™ for Vimeo
ID almcajnjpinldbcdalndgdhcodnndhhn
Officiell webbadress https://chrome.google.com/webstore/detail/vimeocast-beta-chromecast/almcajnjpinldbcdalndgdhcodnndhhn
Beskrivning Cast Vimeo videos with ease (using VidCast) to your Chromecast/Android TV device
Filstorlek 1.31 MB
Antal Installationer 6,805
Aktuell Version 0.0.3
Senast Uppdaterad 2016-05-03
Publiceringsdatum 2016-05-03
Betyg 2.95/5 Totalt 37 Betyg
Utvecklare gbenhaim
Betalningssätt free
Tilläggswebbplats https://github.com/bsphere/vimeocast
Stödda Språk 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"
    }
}