YouTube List View Mode
Keep YouTube Subscriptions/Channel Videos in List View. Click on the Extension Icon to Open the Menu.
YouTube List View Modeคืออะไร?
YouTube List View Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wucha และคุณลักษณะหลักของมันคือ "Keep YouTube Subscriptions/Channel Videos in List View. Click on the Extension Icon to Open the Menu."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube List View Mode
ดาวน์โหลดไฟล์ส่วนขยาย YouTube List View Mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
** October UPDATE ** ** Optimized and fixed minor improvements. Added a menu to choose between channel videos, subscriptions, or using both. Simply install the extension and select the appropriate option from the Menu. 1. Select the 'List View' on YouTube in the Subscriptions section. 2. The extension will not allow the display to be changed to Grid View. The YouTube List View Extension ensures that your subscriptions and channel videos are always displayed in List View Mode. If you encounter issues with saving the Default View for Subscriptions or simply prefer watching channel videos in a list format, we have the perfect solution! We value your feedback and appreciate your suggestions for improvement. Thank you for your continued support!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube List View Mode |
ID | gefbgfmdacpikggkopbjdjlpfcmgmkop |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-list-view-mode/gefbgfmdacpikggkopbjdjlpfcmgmkop |
คำอธิบาย | Keep YouTube Subscriptions/Channel Videos in List View. Click on the Extension Icon to Open the Menu. |
ขนาดไฟล์ | 233 KB |
จำนวนการติดตั้ง | 219 |
เวอร์ชันปัจจุบัน | 2.0.5 |
อัปเดตครั้งล่าสุด | 2023-10-09 |
วันที่เผยแพร่ | 2022-11-26 |
คะแนน | 4.50/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Wucha |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/e/2PACX-1vR_AdNJRW8pwVT0bKZ3EZZ7m2ptXDR8dnFrV_pXont4rAPGmnJwTxYSDcTHU1xbxAczUS9ZfM-hUYSy/pub |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube List View Mode", "description": "Keep YouTube Subscriptions\/Channel Videos in List View. Click on the Extension Icon to Open the Menu.", "author": "Nemanja Wucha ~ DISCORD: Wucha", "version": "2.0.5", "manifest_version": 3, "icons": { "16": ".\/images\/icon-16x16.png", "32": ".\/images\/icon-32x32.png", "48": ".\/images\/icon-48x48.png", "128": ".\/images\/icon-128x128.png" }, "background": { "service_worker": ".\/background.js" }, "action": { "default_title": "Click for Settings", "default_popup": ".\/popup.html", "default_icons": { "16": ".\/images\/icon-16x16.png", "32": ".\/images\/icon-32x32.png", "48": ".\/images\/icon-48x48.png", "128": ".\/images\/icon-128x128.png" } }, "permissions": [ "webNavigation", "scripting", "storage" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ] } |