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"입니다.

확장 프로그램 스크린샷

screenshot

Skip YouTube Music Dislikes 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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": []
}