you style
Reorgnize the layout of youtube
you style là gì?
you style là một tiện ích mở rộng Chrome được phát triển bởi zhenghuadai, và tính năng chính của nó là "Reorgnize the layout of youtube".
Ả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 you style
Tải xuống các tệp mở rộng you style 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 ui modual of youtube is reorganized. * For the Style Tight, the Comments, the Related and the List are tabulated into right sidebar. So you can watch video while watching the comments,related video or list. * Automatically click the "Skip" button when it appears for advertisements. * Add Loop button near the play button.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | you style |
ID | kmeggnehaninleodkobioidpmlaodamd |
URL Chính Thức | https://chromewebstore.google.com/detail/you-style/kmeggnehaninleodkobioidpmlaodamd |
Mô tả | Reorgnize the layout of youtube |
Kích Thước Tệp | 53.87 KB |
Số Lần Cài Đặt | 604 |
Phiên Bản Hiện Tại | 1.3.17 |
Cập Nhật Lần Cuối | 2023-11-15 |
Ngày Phát Hành | 2018-09-02 |
Đánh Giá | 4.04/5 Tổng số 23 Đánh Giá |
Nhà Phát Triển | zhenghuadai |
[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": 3, "name": "you style", "short_name": "youstyle", "version": "1.3.17", "default_locale": "en", "description": "Reorgnize the layout of youtube", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';" }, "icons": { "16": "images\/youtubeStyle16.png", "48": "images\/youtubeStyle48.png", "128": "images\/youtubeStyle128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "jquery-3.3.1.min.js", "chrome.min.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ], "css": [ "youtubestyle.css" ], "run_at": "document_idle" } ], "action": { "default_icon": { "19": "images\/youtubeStyle19.png", "38": "images\/youtubeStyle38.png" }, "default_title": "you style", "default_popup": "menu.html" }, "host_permissions": [ "https:\/\/*.youtube.com\/*" ] } |