Cast with MkChromecast
Casts videos in pages like youtube via MkChromecast
Wat is Cast with MkChromecast?
Cast with MkChromecast is een Chrome-extensie ontwikkeld door Thann, en de belangrijkste functie is "Casts videos in pages like youtube via MkChromecast".
Extensie Screenshots
Download het CRX-bestand van de extensie Cast with MkChromecast
Download Cast with MkChromecast-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Casts videos in pages like youtube via MkChromecast
Right-click links and pages to cast videos.
Works on nearly every website thanks to youtube-dl.
Powered by play-with-mpv which requires several dependencies, see website for more info.
1. Install this chrome extension
2. Install Python 2 or 3 and pip
3. Install MkChromecast: `pip install git+git://github.com/muammar/mkchromecast --user`
4. Install server: `pip install git+git://github.com/thann/play-with-mpv --user`
5. Run server: `play-with-mpv` or use linux shortcut
6. (optional) Autostart on linux: `cp ~/.local/share/applications/thann.play-with-mpv.desktop ~/.config/autostart/` Basisinformatie over de Extensie
| Naam | |
| ID | edeepcccaejnnodlpmcoackkdgaijakg |
| Officiële URL | https://chromewebstore.google.com/detail/cast-with-mkchromecast/edeepcccaejnnodlpmcoackkdgaijakg |
| Beschrijving | Casts videos in pages like youtube via MkChromecast |
| Bestandsgrootte | 5.46 KB |
| Aantal Installaties | 80,000 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2018-03-02 |
| Publicatiedatum | 2018-03-01 |
| Beoordeling | 3.19/5 Totaal 67 Beoordelingen |
| Ontwikkelaar | Thann |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/Thann/play-with-mpv |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Cast with MkChromecast",
"version": "0.0.1",
"manifest_version": 2,
"description": "Casts videos in pages like youtube via MkChromecast",
"homepage_url": "https:\/\/github.com\/thann\/play-with-mpv",
"icons": {
"128": "mkchromecast-logo.png"
},
"page_action": {
"default_icon": "mkchromecast-logo.png",
"default_title": "Cast with MkChromecast"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"activeTab",
"contextMenus",
"http:\/\/localhost\/"
]
} | |