RPi-youtube
This extension runs youtube videos in chromium through omxplayer allowing a much smoother viewing
RPi-youtube là gì?
RPi-youtube là một tiện ích mở rộng Chrome được phát triển bởi kusti8, và tính năng chính của nó là "This extension runs youtube videos in chromium through omxplayer allowing a much smoother viewing".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng RPi-youtube
Tải xuống các tệp mở rộng RPi-youtube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This is a small script written to include a quick button to play any youtube video locally in omxplayer, allowing much smoother playback! It uses youtube-dl and displays a prompt each time a youtube video is opened. Pressing OK will show the video locally in less than 10 seconds. You must have Chromium installed (https://www.raspberrypi.org/forums/viewtopic.php?t=121195) and the host script installed (https://github.com/kusti8/RPi-chromium). Any questions or issues should be reported on the Github page, and I'm always open to new ideas!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RPi-youtube |
ID | laacchpjldmpbhkcjfmfcjijaekhhlgn |
URL Chính Thức | https://chromewebstore.google.com/detail/rpi-youtube/laacchpjldmpbhkcjfmfcjijaekhhlgn |
Mô tả | This extension runs youtube videos in chromium through omxplayer allowing a much smoother viewing |
Kích Thước Tệp | 37.39 KB |
Số Lần Cài Đặt | 1,347 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2016-07-11 |
Ngày Phát Hành | 2016-07-11 |
Đánh Giá | 3.91/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | kusti8 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://kusti8.github.io/RPi-chromium/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RPi-youtube", "description": "This extension runs youtube videos in chromium through omxplayer allowing a much smoother viewing", "version": "0.3", "browser_action": { "default_icon": "icon_38.png", "default_title": "Extract video!" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "nativeMessaging", "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "icons": { "48": "icon_48.png", "128": "icon_128.png" } } |