Youtube Dislike Count

Add dislike count back to YouTube.

Wat is Youtube Dislike Count?

Youtube Dislike Count is een Chrome-extensie ontwikkeld door Blake Stevenson, en de belangrijkste functie is "Add dislike count back to YouTube.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Youtube Dislike Count

Download Youtube Dislike Count-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Youtube Dislike Count Youtube Dislike Count
ID ekhadcgokphidnhcikkdmegkfcpefdok
Officiële URL https://chrome.google.com/webstore/detail/youtube-dislike-count/ekhadcgokphidnhcikkdmegkfcpefdok
Beschrijving Add dislike count back to YouTube.
Bestandsgrootte 3.64 KB
Aantal Installaties 4,415
Huidige Versie 1.0
Laatst Bijgewerkt 2021-11-13
Publicatiedatum 2021-11-13
Beoordeling 2.86/5 Totaal 99 Beoordelingen
Ontwikkelaar Blake Stevenson
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://blakestevenson.me
Ondersteunde Talen 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"
            ]
        }
    ]
}