Skip YouTube Music Dislikes
Automatically skip the songs you disliked on YouTube Music
What is Skip YouTube Music Dislikes?
Skip YouTube Music Dislikes is a Chrome extension developed by cI_-__-_Io, and its main feature is "Automatically skip the songs you disliked on YouTube Music".
Extension Screenshots
Download Skip YouTube Music Dislikes Extension CRX File
Download Skip YouTube Music Dislikes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Skip YouTube Music Dislikes |
ID | iggmfincgcgnckljenalmhilapdeeina |
Official URL | https://chromewebstore.google.com/detail/skip-youtube-music-dislik/iggmfincgcgnckljenalmhilapdeeina |
Description | Automatically skip the songs you disliked on YouTube Music |
File Size | 54.37 KB |
Installation Count | 236 |
Current Version | 1.0.1 |
Last Updated | 2021-12-15 |
Publish Date | 2021-12-15 |
Rating | 4.33/5 Total 9 Ratings |
Developer | cI_-__-_Io |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [] } |