Watch On YouTube
Display similar videos on YouTube in other video websites. Supported websites: YouKu, TuDou…
Watch On YouTube là gì?
Watch On YouTube là một tiện ích mở rộng Chrome được phát triển bởi Xinzi Zhou, và tính năng chính của nó là "Display similar videos on YouTube in other video websites. Supported websites: YouKu, TuDou…".
Ả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 Watch On YouTube
Tải xuống các tệp mở rộng Watch On 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
Display similar videos on YouTube in other video websites. Supported websites: YouKu, TuDou 身在海外,你是否经常发现国内视频网站上的视频加载缓慢或无法播放?这个插件会在其他视频网站播放页自动匹配 YouTube 上的相同或相似视频。 目前支持:优酷、土豆
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | phjlemcmdcmmjmepamcapnoaalkijiho |
URL Chính Thức | https://chrome.google.com/webstore/detail/watch-on-youtube/phjlemcmdcmmjmepamcapnoaalkijiho |
Mô tả | Display similar videos on YouTube in other video websites. Supported websites: YouKu, TuDou… |
Kích Thước Tệp | 111 KB |
Số Lần Cài Đặt | 67 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2015-04-26 |
Ngày Phát Hành | 2015-04-26 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Xinzi Zhou |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Watch On YouTube", "short_name": "WatchOnYouTube", "description": "", "version": "0.0.2", "minimum_chrome_version": "38", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/browser_action_normal.png" }, "content_scripts": [ { "matches": [ "http:\/\/v.youku.com\/v_show\/*", "http:\/\/www.tudou.com\/programs\/view\/*", "http:\/\/www.tudou.com\/albumplay\/*", "http:\/\/www.acfun.tv\/v\/*" ], "css": [ "stylesheets\/woy.css" ], "js": [ "libraries\/jquery-2.1.3.min.js", "scripts\/woy.js" ] } ], "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "options_page": "pages\/options.html", "permissions": [ "storage", "http:\/\/*\/", "https:\/\/*\/" ], "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'" } |