Youtube Playlist alphabetical A-Z sorting
Sort your Youtube Playlists alphabetically by default
Youtube Playlist alphabetical A-Z sortingคืออะไร?
Youtube Playlist alphabetical A-Z sorting เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lanes และคุณลักษณะหลักของมันคือ "Sort your Youtube Playlists alphabetically by default"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Playlist alphabetical A-Z sorting
ดาวน์โหลดไฟล์ส่วนขยาย Youtube Playlist alphabetical A-Z sorting ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Sorts your Youtube playlists alphabetically (A - Z) to make organizing and navigating Youtube easier. Works on your playlists in the sidebar as well as the playlist popup that show when you click the 'Save to Playlist' button. Key info: - Works automatically when Youtube is opened - 'Watch later' still remains at the top of your playlists - Does NOT request permission for any website except Youtube, nor any other invasive permissions Please use the Support tab for feature requests. --- YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. This extension is not affiliated with YouTube or an official extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Youtube Playlist alphabetical A-Z sorting |
ID | bfoekbolilhdghaadhnnjfaccgfpggph |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-playlist-alphabet/bfoekbolilhdghaadhnnjfaccgfpggph |
คำอธิบาย | Sort your Youtube Playlists alphabetically by default |
ขนาดไฟล์ | 41.59 KB |
จำนวนการติดตั้ง | 1,487 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2022-12-19 |
วันที่เผยแพร่ | 2022-12-18 |
คะแนน | 4.75/5 รวมทั้งหมด 32 คะแนน |
ผู้พัฒนา | lanes |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://simplescraper.io/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Playlist alphabetical A-Z sorting", "description": "Sort your Youtube Playlists alphabetically by default", "version": "1.0.0", "manifest_version": 3, "icons": { "16": "logo_128.png", "32": "logo_128.png", "48": "logo_128.png", "128": "logo_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/", "https:\/\/*.youtube.com\/*" ], "js": [ "content-script-dist.js" ], "run_at": "document_end" } ] } |