you style
Reorgnize the layout of youtube
you styleคืออะไร?
you style เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zhenghuadai และคุณลักษณะหลักของมันคือ "Reorgnize the layout of youtube"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย you style
ดาวน์โหลดไฟล์ส่วนขยาย you style ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | you style |
ID | kmeggnehaninleodkobioidpmlaodamd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/you-style/kmeggnehaninleodkobioidpmlaodamd |
คำอธิบาย | Reorgnize the layout of youtube |
ขนาดไฟล์ | 53.87 KB |
จำนวนการติดตั้ง | 604 |
เวอร์ชันปัจจุบัน | 1.3.17 |
อัปเดตครั้งล่าสุด | 2023-11-15 |
วันที่เผยแพร่ | 2018-09-02 |
คะแนน | 4.04/5 รวมทั้งหมด 23 คะแนน |
ผู้พัฒนา | zhenghuadai |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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\/*" ] } |