Youtube Dislike Count

Add dislike count back to YouTube.

Co to jest Youtube Dislike Count?

Youtube Dislike Count to rozszerzenie Chrome opracowane przez Blake Stevenson, a jego główną funkcją jest „Add dislike count back to YouTube.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Youtube Dislike Count

Pobierz pliki rozszerzeń Youtube Dislike Count w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Youtube Dislike Count Youtube Dislike Count
ID ekhadcgokphidnhcikkdmegkfcpefdok
Oficjalny URL https://chrome.google.com/webstore/detail/youtube-dislike-count/ekhadcgokphidnhcikkdmegkfcpefdok
Opis Add dislike count back to YouTube.
Rozmiar pliku 3.64 KB
Liczba instalacji 4,415
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-11-13
Data Publikacji 2021-11-13
Ocena 2.86/5 Łącznie 99 Oceny
Deweloper Blake Stevenson
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://blakestevenson.me
Obsługiwane Języki 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"
            ]
        }
    ]
}