Chiasenhac Playlist
Tạo playlist, nghe nhạc dễ dàng trên chiasenhac.vn
Chiasenhac Playlistคืออะไร?
Chiasenhac Playlist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ninh Pham และคุณลักษณะหลักของมันคือ "Tạo playlist, nghe nhạc dễ dàng trên chiasenhac.vn"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chiasenhac Playlist
ดาวน์โหลดไฟล์ส่วนขยาย Chiasenhac Playlist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Truy cập chiasenhac.vn và click chuột phải lên link bài nhạc/album/playlist bạn sẽ biết làm gì tiếp theo! Lưu ý: - Tool này KHÔNG thay thế chiasenhac. - Tool này KHÔNG phải App chiasenhac. - Vào website chiasenhac.vn để chọn nhạc. CHANGELOG: v2.1.2 (2022-Aug-15) - Fixed: Player's color doesn't change according to current song's album cover. v2.1.1 (2022-Aug-13) - Fixed: Error at the first time run (caused by the default playlist has been deleted). v2.1.0 (2021-May-21) - Fixed: Loading preset v2.0.0 (2019-Apr-07) - Added: Support new chiasenhac - Added: Context menu on chiasenhac pages - Added: Show error icon on corrupted tracks - Changed: "Sort" was moved to the action button v1.6.0 (2018-Dec-18)🎄🔥🎄 - Added: Prefetch media, reduce the latency when playing a track v1.5.0 (2018-Dec-16) - Added: Import songs from raw links v1.4.6 (2018-Dec-08) - Fixed: cannot extract media source - Fixed: grayscale palyer v1.4.5 Improve Playlist management (Oct-13-2018) - Added Scrollbar for playlist sidbar - Added Play Shuffle playlist - Moved toolbar panel to the left v1.4.4 (2018) - Compatible with new chiasenhac v1.4.3 - Scrollable Volume v1.4.2 (Jan-2018) - Added Volume v1.4.1 - Moved the selected buttons to toolbar v1.4.0 - Upgrade to React 16 v1.3.1 - Flatten track action buttons v1.3.0 - New TrackList look & feel - Removed track item tooltip - Fix several bugs v1.2.1 - Added: Export links
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chiasenhac Playlist |
ID | eflhegkkifpfnaoacehpjigmpopijaah |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chiasenhac-playlist/eflhegkkifpfnaoacehpjigmpopijaah |
คำอธิบาย | Tạo playlist, nghe nhạc dễ dàng trên chiasenhac.vn |
ขนาดไฟล์ | 1.13 MB |
จำนวนการติดตั้ง | 52 |
เวอร์ชันปัจจุบัน | 2.1.2 |
อัปเดตครั้งล่าสุด | 2022-08-16 |
วันที่เผยแพร่ | 2020-11-04 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Ninh Pham |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/ReeganExE/chiasenhac-playlist/issues/new |
ภาษาที่รองรับ | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chiasenhac Playlist", "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "content.bundle.js" ], "matches": [ "*:\/\/*.chiasenhac.vn\/*" ], "run_at": "document_end" } ], "permissions": [ "*:\/\/*.chiasenhac.com\/*", "*:\/\/chiasenhac.vn\/*", "contextMenus", "unlimitedStorage" ], "externally_connectable": { "ids": [ "gnfookkjnkkifmagcajgfbbkonemeech", "iioflhiclipmefbnlfphcjidamknmckc" ] }, "browser_action": { "default_icon": { "19": "images\/favicon.png", "38": "images\/favicon.png" }, "default_title": "Chiasenhac Playlist" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "48": "images\/favicon.png", "128": "images\/favicon.png" }, "commands": { "next": { "suggested_key": { "default": "Alt+Shift+Right", "mac": "MediaNextTrack" }, "description": "Play the next track", "global": true }, "previous": { "suggested_key": { "default": "Alt+Shift+Left", "mac": "MediaPrevTrack" }, "description": "Play the previous track", "global": true }, "playpause": { "suggested_key": { "default": "Alt+Shift+Up", "mac": "MediaPlayPause" }, "description": "Play\/Pause the playing track", "global": true } }, "description": "T\u1ea1o playlist, nghe nh\u1ea1c d\u1ec5 d\u00e0ng tr\u00ean chiasenhac.vn", "version": "2.1.2" } |