YouTube High Definition
This extension is powerful tool that will let you play all videos in HD and change video player size automatically.
YouTube High Definitionคืออะไร?
YouTube High Definition เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://barisderin.com และคุณลักษณะหลักของมันคือ "This extension is powerful tool that will let you play all videos in HD and change video player size automatically."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube High Definition
ดาวน์โหลดไฟล์ส่วนขยาย YouTube High Definition ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is a powerful tool that will let you * automatically play all videos in HD * turn off annotations * change video player size * automatically stop videos * auto mute video sound * have HD support for all other YouTube videos on other external sites like Twitter, Reddit and Facebook.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube High Definition |
ID | dokdlgjaaaijndfajoknjbelmadhomca |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-high-definition/dokdlgjaaaijndfajoknjbelmadhomca |
คำอธิบาย | This extension is powerful tool that will let you play all videos in HD and change video player size automatically. |
ขนาดไฟล์ | 205 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 118.0.3 |
อัปเดตครั้งล่าสุด | 2023-09-19 |
วันที่เผยแพร่ | 2022-05-31 |
คะแนน | 3.79/5 รวมทั้งหมด 159 คะแนน |
ผู้พัฒนา | https://barisderin.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://barisderin.com/?p=39 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "118.0.3", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "permissions": [ "storage" ], "background": { "service_worker": "background\/background.js", "type": "module" }, "options_page": "popup\/popup.html", "action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_title": "__MSG_appName__" }, "content_scripts": [ { "js": [ "scripts\/content_script.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start", "all_frames": true } ], "host_permissions": [ " |