Skip YouTube Music Dislikes
Automatically skip the songs you disliked on YouTube Music
Skip YouTube Music Dislikesคืออะไร?
Skip YouTube Music Dislikes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cI_-__-_Io และคุณลักษณะหลักของมันคือ "Automatically skip the songs you disliked on YouTube Music"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Skip YouTube Music Dislikes
ดาวน์โหลดไฟล์ส่วนขยาย Skip YouTube Music Dislikes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When you don't like a song on YouTube Music, you can click on a "dislike" / "thumbs down" button. So it knows which songs you don't like, but it stills adds them to auto-generated playlists. Use this extension to skip the songs you don't like automatically. If you change your mind about a song, you can quickly enable/disable it by clicking on the icon.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Skip YouTube Music Dislikes |
ID | iggmfincgcgnckljenalmhilapdeeina |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/skip-youtube-music-dislik/iggmfincgcgnckljenalmhilapdeeina |
คำอธิบาย | Automatically skip the songs you disliked on YouTube Music |
ขนาดไฟล์ | 54.37 KB |
จำนวนการติดตั้ง | 236 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2021-12-15 |
วันที่เผยแพร่ | 2021-12-15 |
คะแนน | 4.33/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | cI_-__-_Io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Skip YouTube Music Dislikes", "version": "1.0.1", "description": "Automatically skip the songs you disliked on YouTube Music", "icons": { "16": ".\/assets\/icon16.png", "48": ".\/assets\/icon48.png", "128": ".\/assets\/icon128.png", "256": ".\/assets\/icon256.png" }, "background": { "scripts": [ "assets\/index-306ef382.js" ], "persistent": false }, "browser_action": { "default_icon": ".\/assets\/icon48.png" }, "content_scripts": [ { "js": [ "assets\/index-b5fba68d.js" ], "matches": [ "https:\/\/music.youtube.com\/*", "http:\/\/music.youtube.com\/*" ] } ], "web_accessible_resources": [ ".\/assets\/icon-slashed48.png", "content\/index.js" ], "permissions": [] } |