Skip YouTube Music Dislikes
Automatically skip the songs you disliked on YouTube Music
什么是Skip YouTube Music Dislikes?
Skip YouTube Music Dislikes是由cI_-__-_Io开发的Chrome扩展程序,该扩展的主要功能是“Automatically skip the songs you disliked on YouTube Music”。
扩展截图
下载Skip YouTube Music Dislikes扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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": []
} | |