Dislike button on Youtube

How to return the dislike button on YouTube? Use the extension.

Dislike button on Youtubeとは何ですか?

Dislike button on Youtubeはovantonによって開発されたChromeの拡張機能で、その主な機能は「How to return the dislike button on YouTube? Use the extension.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Dislike button on Youtube拡張機能のCRXファイルをダウンロード

Dislike button on Youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The YouTube Dislike Extension is a tool that allows users to bring back the dislikes button(db) on YouTube. This feature was removed by YT for unknown reasons, but the extension allows users to see and use the db again. With this tool, users can once again express their disapproval of a video by clicking button. Additionally, allows users to see the dislike count on a video, similar to the like count. Overall, the YDE is a must-have for anyone who wants to have the ability to 👎👎👎 videos on YT again.                    

拡張機能の基本情報

名前 Dislike button on Youtube Dislike button on Youtube
ID mfpfhipgnghfnaieaeiblcadlbclfgka
公式URL https://chromewebstore.google.com/detail/dislike-button-on-youtube/mfpfhipgnghfnaieaeiblcadlbclfgka
説明 How to return the dislike button on YouTube? Use the extension.
ファイルサイズ 43.67 KB
インストール数 2,861
現在のバージョン 0.1.2
最終更新日 2023-08-28
公開日 2023-01-26
評価 2.68/5 合計 22 レビュー
開発者 ovanton
Eメール [email protected]
支払い方法 free
対応言語 id,de,en,en-GB,en-US,fr,tr,es,es-419,it,pt-BR,pt-PT,ru,th,ja,ko
manifest.json
{
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content-style.css",
                "css\/style.css"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ]
        }
    ],
    "description": "__MSG_extShortName__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.2",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "ryd.script.js"
            ]
        }
    ]
}