th_ek
th_ek

Reputation: 11

How to show YouTube dislike counts without using any extension?

Like what I mentioned in the title, how can I always show YouTube dislike counts without using any extension? There are so many helpful tutorial on YouTube, but there are many fake or unhelpful videos as well, just to earn free view counts. I am tired of wasting my time on those fake vids and I don't want to install a bunch of extensions...

If you know how, please let me know, thanks!

Upvotes: -2

Views: 9584

Answers (1)

devzme
devzme

Reputation: 29

One way is to use the returnyoutubedislike API. NOTE: The only way to make dislikes display in youtube is by extension. This way just shows how to get them. According to the documentation, all you need to do is paste https://returnyoutubedislikeapi.com/votes?videoId={VideoID} into your browser, changing {VideoID} to the ID of the video (the string following youtube.com/watch?v= in youtube URL). You will then get JSON with the data. For more information see documentation. However, I personally recommend installing this extension.

Upvotes: 1

Related Questions