HideYoutubeControls
Hide youtube controls when you are on a youtube page
HideYoutubeControls là gì?
HideYoutubeControls là một tiện ích mở rộng Chrome được phát triển bởi Ruchunteur, và tính năng chính của nó là "Hide youtube controls when you are on a youtube page".
Tải xuống tệp CRX của tiện ích mở rộng HideYoutubeControls
Tải xuống các tệp mở rộng HideYoutubeControls 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
Hide/show the controls of a video on youtube. (Usefull if you pause the video and the control is above the very thing you wanted to see. Such as subtitles)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HideYoutubeControls |
ID | iflpjkbpegjcibknhepnfhbigholnolp |
URL Chính Thức | https://chromewebstore.google.com/detail/hideyoutubecontrols/iflpjkbpegjcibknhepnfhbigholnolp |
Mô tả | Hide youtube controls when you are on a youtube page |
Kích Thước Tệp | 6.32 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-03-25 |
Ngày Phát Hành | 2017-03-25 |
Đánh Giá | 4.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Ruchunteur |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HideYoutubeControls", "version": "1.0", "manifest_version": 2, "description": "Hide youtube controls when you are on a youtube page", "browser_action": { "default_icon": "icone.png" }, "background": { "persistent": false, "scripts": [ "popup.js" ] }, "content_scripts": [ { "matches": [ " |