Dislike YouTube 2021

Bringing back the dislike button on YouTube

Dislike YouTube 2021 क्या है?

Dislike YouTube 2021 Cristi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bringing back the dislike button on YouTube"।

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

screenshot

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

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

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

                        Bringing back the dislike button on YouTube                    

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

नाम Dislike YouTube 2021 Dislike YouTube 2021
ID bbnoenijmedeeiknnjfjafdmhhocinjd
आधिकारिक URL https://chromewebstore.google.com/detail/dislike-youtube-2021/bbnoenijmedeeiknnjfjafdmhhocinjd
विवरण Bringing back the dislike button on YouTube
फ़ाइल का आकार 59.41 KB
स्थापना संख्या 39
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-12-04
प्रकाशन तिथि 2021-12-01
रेटिंग 3.50/5 कुल 8 रेटिंग्स
डेवलपर Cristi
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dislike YouTube 2021",
    "version": "1.0.0",
    "minimum_chrome_version": "88",
    "icons": {
        "48": "thumbs48.png",
        "128": "thumbs128.png"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/watch?v=*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "insert.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}