Youtube Dislike Count

Add dislike count back to YouTube.

Vad är Youtube Dislike Count?

Youtube Dislike Count är en Chrome-tillägg utvecklad av Blake Stevenson, och dess huvudfunktion är "Add dislike count back to YouTube.".

Tilläggsskärmbilder

screenshot

Ladda ner Youtube Dislike Count-förlängningens CRX-fil

Ladda ner Youtube Dislike Count-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Youtube Dislike Count Youtube Dislike Count
ID ekhadcgokphidnhcikkdmegkfcpefdok
Officiell webbadress https://chrome.google.com/webstore/detail/youtube-dislike-count/ekhadcgokphidnhcikkdmegkfcpefdok
Beskrivning Add dislike count back to YouTube.
Filstorlek 3.64 KB
Antal Installationer 4,415
Aktuell Version 1.0
Senast Uppdaterad 2021-11-13
Publiceringsdatum 2021-11-13
Betyg 2.86/5 Totalt 99 Betyg
Utvecklare Blake Stevenson
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://blakestevenson.me
Stödda Språk 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"
            ]
        }
    ]
}