Show YouTube Dislikes

The extension returns the display of the counter of dislikes under the video on the YouTube service

Show YouTube Dislikes क्या है?

Show YouTube Dislikes chr0me.dev33 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension returns the display of the counter of dislikes under the video on the YouTube service"।

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

screenshot
screenshot

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

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

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

                        The extension returns the display of the counter of dislikes under the video on the YouTube service                    

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

नाम Show YouTube Dislikes Show YouTube Dislikes
ID nmkbjkaanoiojdinkkonemgoiapmhood
आधिकारिक URL https://chrome.google.com/webstore/detail/show-youtube-dislikes/nmkbjkaanoiojdinkkonemgoiapmhood
विवरण The extension returns the display of the counter of dislikes under the video on the YouTube service
फ़ाइल का आकार 50.81 KB
स्थापना संख्या 2,267
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2023-01-20
प्रकाशन तिथि 2022-12-23
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर chr0me.dev33
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://videofbsdk.name/privacy-policy.html
समर्थित भाषाएँ de,en,fr,tr,es,it,pt-BR,cs,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/diz128.png",
        "48": "icons\/diz48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "permissions": [
        "storage"
    ],
    "version": "1.0.5",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "ryd.script.js"
            ]
        }
    ]
}