Disable Youtube Shorts Layout
Disables youtube short layout on desktop (not the videos themselves).
Disable Youtube Shorts Layoutคืออะไร?
Disable Youtube Shorts Layout เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tukars และคุณลักษณะหลักของมันคือ "Disables youtube short layout on desktop (not the videos themselves)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disable Youtube Shorts Layout
ดาวน์โหลดไฟล์ส่วนขยาย Disable Youtube Shorts Layout ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension disables the shorts layout on desktop and instead allows for the default playback to be used. Works how youtube used to work. *Please ensure you refresh any YouTube tabs beforehand in order for this to work* NOTE: If you are using other extensions that modify the youtube experience, they may cause unexpected behaviour and interference with how this extension works. Please ensure you disable any features from other extensions that interfere with how shorts are displayed to get the intended experience. * "Enhancer for YouTube™" extension by www.mrfdev.com: Disable "Convert Shorts" option. Source Code: https://github.com/probablytukars/Disable-Youtube-Shorts
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Disable Youtube Shorts Layout |
ID | lgdgebkjhcbilocmnfkiiicfggjlbdfg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/disable-youtube-shorts-la/lgdgebkjhcbilocmnfkiiicfggjlbdfg |
คำอธิบาย | Disables youtube short layout on desktop (not the videos themselves). |
ขนาดไฟล์ | 4.03 KB |
จำนวนการติดตั้ง | 1,269 |
เวอร์ชันปัจจุบัน | 2.5 |
อัปเดตครั้งล่าสุด | 2023-07-03 |
วันที่เผยแพร่ | 2022-04-29 |
คะแนน | 4.47/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | tukars |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Disable Youtube Shorts Layout", "description": "Disables youtube short layout on desktop (not the videos themselves).", "version": "2.5", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ] } |