Show Youtube Dislike Counter | YouDisLike

Youtube Dislike Counter YouDisLike, Return YouTube Dislike View Dislikes Count

Show Youtube Dislike Counter | YouDisLike क्या है?

Show Youtube Dislike Counter | YouDisLike YouDislike द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Youtube Dislike Counter YouDisLike, Return YouTube Dislike View Dislikes Count"।

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

screenshot
screenshot

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

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

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

                        With Show Youtube Dislike Counter | YouDisLike, the dislikes button comes back. 
You can understand how useful a video you watch is by looking at the number of dislikes. 
It can determine the quality of education, especially in educational videos.
Starting December 13th 2021, YouTube removed the ability to see dislikes from their API. With Show Youtube Dislike Counter | YouDisLike return youtube dislike.                    

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

नाम Show Youtube Dislike Counter | YouDisLike Show Youtube Dislike Counter | YouDisLike
ID lcdlignfoefnkcfejmlnegoobondbfjb
आधिकारिक URL https://chromewebstore.google.com/detail/show-youtube-dislike-coun/lcdlignfoefnkcfejmlnegoobondbfjb
विवरण Youtube Dislike Counter YouDisLike, Return YouTube Dislike View Dislikes Count
फ़ाइल का आकार 60.16 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 0.0.6
अंतिम अपडेट 2024-01-25
प्रकाशन तिथि 2024-01-25
रेटिंग 4.84/5 कुल 31 रेटिंग्स
डेवलपर YouDislike
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.0.6",
    "manifest_version": 3,
    "background": {
        "service_worker": "ServiceWorker.js"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "https:\/\/app-how-to-use-it.com\/*",
        "https:\/\/app-how-to-use-it.com\/wp-json\/wl\/v1\/selectors"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-style.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    }
}