Dislike button on Youtube

How to return the dislike button on YouTube? Use the extension.

Dislike button on Youtube क्या है?

Dislike button on Youtube ovanton द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "How to return the dislike button on YouTube? Use the extension."।

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

screenshot
screenshot

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

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

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

                        The YouTube Dislike Extension is a tool that allows users to bring back the dislikes button(db) on YouTube. This feature was removed by YT for unknown reasons, but the extension allows users to see and use the db again. With this tool, users can once again express their disapproval of a video by clicking button. Additionally, allows users to see the dislike count on a video, similar to the like count. Overall, the YDE is a must-have for anyone who wants to have the ability to 👎👎👎 videos on YT again.                    

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

नाम Dislike button on Youtube Dislike button on Youtube
ID mfpfhipgnghfnaieaeiblcadlbclfgka
आधिकारिक URL https://chromewebstore.google.com/detail/dislike-button-on-youtube/mfpfhipgnghfnaieaeiblcadlbclfgka
विवरण How to return the dislike button on YouTube? Use the extension.
फ़ाइल का आकार 43.67 KB
स्थापना संख्या 2,861
वर्तमान संस्करण 0.1.2
अंतिम अपडेट 2023-08-28
प्रकाशन तिथि 2023-01-26
रेटिंग 2.68/5 कुल 22 रेटिंग्स
डेवलपर ovanton
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ id,de,en,en-GB,en-US,fr,tr,es,es-419,it,pt-BR,pt-PT,ru,th,ja,ko
manifest.json
{
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content-style.css",
                "css\/style.css"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ]
        }
    ],
    "description": "__MSG_extShortName__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.2",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "ryd.script.js"
            ]
        }
    ]
}