Show YouTube Dislikes

Returns ability to see dislikes

Show YouTube Dislikes क्या है?

Show YouTube Dislikes websystems33 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Returns ability to see dislikes"।

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

screenshot
screenshot

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

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

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

                        The extension returns the ability to see the number of dislikes on YouTube                    

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

नाम Show YouTube Dislikes Show YouTube Dislikes
ID pnioamagjglclpkfmaimcfkmflhkjfch
आधिकारिक URL https://chrome.google.com/webstore/detail/show-youtube-dislikes/pnioamagjglclpkfmaimcfkmflhkjfch
विवरण Returns ability to see dislikes
फ़ाइल का आकार 46.23 KB
स्थापना संख्या 3,580
वर्तमान संस्करण 1.0.7
अंतिम अपडेट 2023-01-11
प्रकाशन तिथि 2022-10-19
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर websystems33
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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",
    "description": "__MSG_extensionDesc__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/diz128.png",
        "48": "icons\/diz48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "permissions": [
        "alarms",
        "declarativeNetRequest",
        "storage"
    ],
    "version": "1.0.7",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "ryd.script.js"
            ]
        }
    ]
}