YouTube Notch Mode
Bring the magic of the iPhone X’s new display to YouTube.
YouTube Notch Modeคืออะไร?
YouTube Notch Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Minutepeople และคุณลักษณะหลักของมันคือ "Bring the magic of the iPhone X’s new display to YouTube."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Notch Mode
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Notch Mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Bring the magic of the iPhone X’s new display to YouTube by placing a giant, ugly notch on the side of every video.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fiklbelmepfnpojheaklfnhfhbfkmibb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/youtube-notch-mode/fiklbelmepfnpojheaklfnhfhbfkmibb |
คำอธิบาย | Bring the magic of the iPhone X’s new display to YouTube. |
ขนาดไฟล์ | 41.33 KB |
จำนวนการติดตั้ง | 131 |
เวอร์ชันปัจจุบัน | 1 |
อัปเดตครั้งล่าสุด | 2017-09-12 |
วันที่เผยแพร่ | 2017-09-12 |
คะแนน | 4.73/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | Minutepeople |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://notchmode.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Notch Mode", "description": "Bring the magic of the iPhone X\u2019s new display to YouTube.", "version": "1", "manifest_version": 2, "page_action": { "default_icon": "128.png", "default_title": "YouTube Notch Mode" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*" ], "js": [ "jquery.min.js", "script.js" ] } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |