Youtube Dislike Count
Add dislike count back to YouTube.
Was ist Youtube Dislike Count?
Youtube Dislike Count ist eine Chrome-Erweiterung, die von Blake Stevenson entwickelt wurde, und ihr Hauptmerkmal ist "Add dislike count back to YouTube.".
Erweiterungsscreenshots
Youtube Dislike Count-Erweiterungs-CRX-Datei herunterladen
Laden Sie Youtube Dislike Count-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ekhadcgokphidnhcikkdmegkfcpefdok |
Offizielle URL | https://chrome.google.com/webstore/detail/youtube-dislike-count/ekhadcgokphidnhcikkdmegkfcpefdok |
Beschreibung | Add dislike count back to YouTube. |
Dateigröße | 3.64 KB |
Installationsanzahl | 4,415 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-11-13 |
Veröffentlichungsdatum | 2021-11-13 |
Bewertung | 2.86/5 Insgesamt 99 Bewertungen |
Entwickler | Blake Stevenson |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://blakestevenson.me |
Unterstützte Sprachen | 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" ] } ] } |