Cast with MkChromecast
Casts videos in pages like youtube via MkChromecast
什么是Cast with MkChromecast?
Cast with MkChromecast是由Thann开发的Chrome扩展程序,该扩展的主要功能是“Casts videos in pages like youtube via MkChromecast”。
扩展截图
下载Cast with MkChromecast扩展crx文件
下载Cast with MkChromecast扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/`
扩展基本信息
名称 | Cast with MkChromecast |
ID | edeepcccaejnnodlpmcoackkdgaijakg |
官方URL | https://chromewebstore.google.com/detail/cast-with-mkchromecast/edeepcccaejnnodlpmcoackkdgaijakg |
简介 | Casts videos in pages like youtube via MkChromecast |
文件大小 | 5.46 KB |
安装次数 | 80,000 |
当前版本 | 0.0.1 |
更新时间 | 2018-03-02 |
上架时间 | 2018-03-01 |
评分 | 3.19/5 共67次评分 |
开发者 | Thann |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Thann/play-with-mpv |
支持的语言 | 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\/" ] } |