Youtube Dislike Count

Add dislike count back to YouTube.

Youtube Dislike Count क्या है?

Youtube Dislike Count Blake Stevenson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add dislike count back to YouTube."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Youtube Dislike Count एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Youtube Dislike Count Youtube Dislike Count
ID ekhadcgokphidnhcikkdmegkfcpefdok
आधिकारिक URL https://chrome.google.com/webstore/detail/youtube-dislike-count/ekhadcgokphidnhcikkdmegkfcpefdok
विवरण Add dislike count back to YouTube.
फ़ाइल का आकार 3.64 KB
स्थापना संख्या 4,415
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-11-13
प्रकाशन तिथि 2021-11-13
रेटिंग 2.86/5 कुल 99 रेटिंग्स
डेवलपर Blake Stevenson
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://blakestevenson.me
समर्थित भाषाएँ 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"
            ]
        }
    ]
}