youtate
Rotate YouTuBe Video window
youtate là gì?
youtate là một tiện ích mở rộng Chrome được phát triển bởi Sir0xb, và tính năng chính của nó là "Rotate YouTuBe Video window".
Ả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 youtate
Tải xuống các tệp mở rộng youtate 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
The video can be rotated 90°. The button area is still below. The height of the rotated video is automatically adjusted according to the height of the window. The right-click menu can also be operated.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | youtate |
ID | gnlldphmfolonkaaajghadnkdhajofoi |
URL Chính Thức | https://chromewebstore.google.com/detail/youtate/gnlldphmfolonkaaajghadnkdhajofoi |
Mô tả | Rotate YouTuBe Video window |
Kích Thước Tệp | 33.32 KB |
Số Lần Cài Đặt | 243 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2018-12-19 |
Ngày Phát Hành | 2018-12-19 |
Đánh Giá | 4.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Sir0xb |
[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", "manifest_version": 2, "name": "youtate", "version": "1.0.0", "description": "Rotate YouTuBe Video window", "icons": { "16": "img\/Actions-transform-rotate-icon.png", "48": "img\/Actions-transform-rotate-icon.png", "128": "img\/Actions-transform-rotate-icon.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_icon": "img\/Actions-transform-rotate-icon.png", "default_title": "Rotate YouTuBe Video window" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/watch*" ], "js": [ "js\/payload.js" ], "run_at": "document_start" } ], "permissions": [ "contextMenus", "activeTab", "declarativeContent" ], "homepage_url": "https:\/\/boliball.com", "omnibox": { "keyword": "ro" }, "devtools_page": "devtools.html" } |