Dislikes in YouTube™

The extension returns the ability to see how many people YouTube video have put dislikes.

Dislikes in YouTube™ क्या है?

Dislikes in YouTube™ https://www.downloadhub.cloud द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension returns the ability to see how many people YouTube video have put dislikes."।

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

screenshot
screenshot
screenshot

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

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

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

                        The extension returns the ability to see how many people YouTube video have put dislikes. YouTube used to display disliking on content creators' videos, but now it doesn't. So this extension displays the dislikes of all videos uploaded by youtube correctly in front of the user like the previous theme. It does not show you any false data it tries to present you the correct data.

[+] Features
1. This extension is very easy to use.
2. YouTube video shows how many dislikes there are.
3. You can see the dislike number of any YouTube video.
4. Very easily, no setting is required, just install it.                    

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

नाम Dislikes in YouTube™ Dislikes in YouTube™
ID eceopaelphbfmnnfgopkggjlkiflihjf
आधिकारिक URL https://chromewebstore.google.com/detail/dislikes-in-youtube/eceopaelphbfmnnfgopkggjlkiflihjf
विवरण The extension returns the ability to see how many people YouTube video have put dislikes.
फ़ाइल का आकार 48.06 KB
स्थापना संख्या 4,459
वर्तमान संस्करण 1.1.5
अंतिम अपडेट 2023-12-02
प्रकाशन तिथि 2023-01-18
रेटिंग 4.25/5 कुल 32 रेटिंग्स
डेवलपर https://www.downloadhub.cloud
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://www.downloadhub.cloud/2022/10/dislike-add-youtube.html
गोपनीयता नीति पृष्ठ URL https://www.downloadhub.cloud/p/privacy-policy.html
समर्थित भाषाएँ en,en-GB,en-US,es,pt-BR,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_popup": "data\/interface\/index.html?popup",
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "bundled-content-script.js"
            ],
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2022\/10\/dislike-add-youtube.html",
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "permissions": [
        "storage"
    ],
    "short_name": "ydislike",
    "version": "1.1.5"
}