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ファイルをダウンロード

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 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
Eメール [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": []
}