expand-youtube
expand youtube videos to view from the subscriptions page
expand-youtube là gì?
expand-youtube là một tiện ích mở rộng Chrome được phát triển bởi Christopher Kwai-Pun, và tính năng chính của nó là "expand youtube videos to view from the subscriptions page".
Ả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 expand-youtube
Tải xuống các tệp mở rộng expand-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
Adds an expanding tab to the youtube subscriptions page with an embedded player. Copyright Christopher Kwai-Pun 2016 Protected under the MIT License
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | expand-youtube |
ID | jfhbpaakifjaokhhfdmnjhkjgfjpkmki |
URL Chính Thức | https://chromewebstore.google.com/detail/expand-youtube/jfhbpaakifjaokhhfdmnjhkjgfjpkmki |
Mô tả | expand youtube videos to view from the subscriptions page |
Kích Thước Tệp | 67.36 KB |
Số Lần Cài Đặt | 44 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2016-02-07 |
Ngày Phát Hành | 2016-02-07 |
Đánh Giá | 4.86/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Christopher Kwai-Pun |
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": "expand-youtube", "description": "expand youtube videos to view from the subscriptions page", "version": "0.1.2", "author": "Christopher Kwai-Pun", "icons": { "24": "\/assets\/icons\/icon1x.png", "48": "\/assets\/icons\/icon2x.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/feed\/subscriptions", "https:\/\/www.youtube.com\/" ], "css": [ "\/libraries\/bootstrap.min.css", "expand.css" ], "js": [ "\/libraries\/jquery.min.js", "\/libraries\/bootstrap.min.js", "expand.js" ] } ], "options_ui": { "page": "options.html", "chrome_style": true } } |