Youtube Dislike Count

Add dislike count back to YouTube.

Youtube Dislike Countとは何ですか?

Youtube Dislike CountはBlake Stevensonによって開発されたChromeの拡張機能で、その主な機能は「Add dislike count back to YouTube.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Youtube has recently removed the ability for users to see the dislike counter on a video. YouTube Dislike Count utilizes the YouTube API to bring back the counter we all know and love. This lightweight extension will allow you to once again see how many dislikes a video has rather than just seeing “DISLIKE”. This allows you to gauge if the video you are about to watch is worth your time or not.

How to use:
1. Install the extension
2. Open a YouTube video
3. You are done! It’s that simple.                    

拡張機能の基本情報

名前 Youtube Dislike Count Youtube Dislike Count
ID ekhadcgokphidnhcikkdmegkfcpefdok
公式URL https://chrome.google.com/webstore/detail/youtube-dislike-count/ekhadcgokphidnhcikkdmegkfcpefdok
説明 Add dislike count back to YouTube.
ファイルサイズ 3.64 KB
インストール数 4,415
現在のバージョン 1.0
最終更新日 2021-11-13
公開日 2021-11-13
評価 2.86/5 合計 99 レビュー
開発者 Blake Stevenson
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://blakestevenson.me
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Dislike Count",
    "description": "Add dislike count back to YouTube.",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/watch?v=*"
            ],
            "js": [
                "dislike.js"
            ]
        }
    ]
}