Youtube Dislike Count

Add dislike count back to YouTube.

What is Youtube Dislike Count?

Youtube Dislike Count is a Chrome extension developed by Blake Stevenson, and its main feature is "Add dislike count back to YouTube.".

Extension Screenshots

screenshot

Download Youtube Dislike Count Extension CRX File

Download Youtube Dislike Count extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Youtube Dislike Count Youtube Dislike Count
ID ekhadcgokphidnhcikkdmegkfcpefdok
Official URL https://chrome.google.com/webstore/detail/youtube-dislike-count/ekhadcgokphidnhcikkdmegkfcpefdok
Description Add dislike count back to YouTube.
File Size 3.64 KB
Installation Count 4,415
Current Version 1.0
Last Updated 2021-11-13
Publish Date 2021-11-13
Rating 2.86/5 Total 99 Ratings
Developer Blake Stevenson
Email [email protected]
Payment Type free
Extension Website https://blakestevenson.me
Supported Languages 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"
            ]
        }
    ]
}