Yt-Music skip heard
It automatically adjusts the playlist so you do not hear the songs you have heard on YouTube Music within 2 hours.
Yt-Music skip heardคืออะไร?
Yt-Music skip heard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 1cktmdgh2 และคุณลักษณะหลักของมันคือ "It automatically adjusts the playlist so you do not hear the songs you have heard on YouTube Music within 2 hours."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yt-Music skip heard
ดาวน์โหลดไฟล์ส่วนขยาย Yt-Music skip heard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
유튜브 뮤직에서 2시간 내에 들었던 노래를 자동으로 플레이리스트에서 삭제합니다. To avoid replaying songs you've heard on YouTube Music, songs you've heard within 2 hours are automatically deleted if they're in the playlist. If you want to listen to the song you have listened to again, you can listen to it without deleting it by clicking "Play to the next song" or "Play". This script is executed whenever the song being played changes. Also, do not do anything when a song is deleted from the playlist. It may be a little slower while being deleted.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Yt-Music skip heard |
ID | idmkcmdgldbpepoakppkconjhjecjopc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/yt-music-skip-heard/idmkcmdgldbpepoakppkconjhjecjopc |
คำอธิบาย | It automatically adjusts the playlist so you do not hear the songs you have heard on YouTube Music within 2 hours. |
ขนาดไฟล์ | 3.18 MB |
จำนวนการติดตั้ง | 148 |
เวอร์ชันปัจจุบัน | 1.0.8 |
อัปเดตครั้งล่าสุด | 2022-04-14 |
วันที่เผยแพร่ | 2021-03-18 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | 1cktmdgh2 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Sh031224/Yt-Music-skip-heard |
URL หน้าช่วยเหลือ | https://github.com/Sh031224/Yt-Music-skip-heard/issues/new |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yt-Music skip heard", "description": "It automatically adjusts the playlist so you do not hear the songs you have heard on YouTube Music within 2 hours.", "version": "1.0.8", "short_name": "Yt-Music skip heard", "permissions": [ "https:\/\/music.youtube.com\/*", "http:\/\/music.youtube.com\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/music.youtube.com\/*" ], "js": [ "yt-music-skip.js" ], "css": [ "toggle.css" ] } ], "browser_action": { "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'sha256-f+8EsNL7R4vhXPDhKOst5Sj\/MBLM+TYAak2h9szImDE='; object-src 'self'" } |