Youtube Dislike Viewer

Resurrect the dislike count, enhance your experience with 'Youtube Dislikes Viewer' or more commonly known as 'Yt Dislikes Viewer'.

Youtube Dislike Viewer क्या है?

Youtube Dislike Viewer Wizz Extensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Resurrect the dislike count, enhance your experience with 'Youtube Dislikes Viewer' or more commonly known as 'Yt Dislikes Viewer'."।

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

screenshot
screenshot

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

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

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

                        Hi there, Youtube Dislike Viewer will shut down on 31/04/2022 forever, it has been a nice journey and a great learning experience for me, I recommend all of you to download "Return Youtube Dislike" extension!

Love,
PGamerX

Yt-Dislikes-Viewer is an extension that permits you to see dislikes on any youtube video for nothing! It also allows you to customise your YouTube experience!

This is an alpha version of the YT Dislike Viewer, It is still in development and may contain bugs.
If you want to help with the development, please join the discord server and report any bugs you find.
If you want to support the project, please consider donating to the Ko-fi page.
If you have any suggestions or ideas, please join the discord server and let us know.

If you want to use a stable alternative to the YT Dislike Viewer, please consider using the "Return Youtube Dislike" extension.

Please don't leave negative reviews if you cannot figure something out, we are here to help you but leaving negative review won't improve anything!

"Become a sponsor" button on extension redirects you to our crowd-funding page and cannot be automatic stimulated unless clicked.                    

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

नाम Youtube Dislike Viewer Youtube Dislike Viewer
ID ekabjflbgeakdkhdneeakapgboleidee
आधिकारिक URL https://chrome.google.com/webstore/detail/youtube-dislike-viewer/ekabjflbgeakdkhdneeakapgboleidee
विवरण Resurrect the dislike count, enhance your experience with 'Youtube Dislikes Viewer' or more commonly known as 'Yt Dislikes Viewer'.
फ़ाइल का आकार 152 KB
स्थापना संख्या 45,879
वर्तमान संस्करण 7.1.2
अंतिम अपडेट 2022-04-08
प्रकाशन तिथि 2021-11-22
रेटिंग 3.95/5 कुल 131 रेटिंग्स
डेवलपर Wizz Extensions
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://youtubedislikeviewer.xyz
सहायता पृष्ठ URL https://u.pgamerx.com/discord
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Dislike Viewer",
    "description": "Resurrect the dislike count, enhance your experience with 'Youtube Dislikes Viewer' or more commonly known as 'Yt Dislikes Viewer'.",
    "version": "7.1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "service.js"
    },
    "action": {
        "default_popup": "popup\/index.html",
        "default_title": "A popup will come"
    },
    "permissions": [
        "scripting",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/watch?*"
    ],
    "icons": {
        "16": "\/icons\/get_started16.png",
        "32": "\/icons\/get_started32.png",
        "48": "\/icons\/get_started48.png",
        "128": "\/icons\/get_started128.png"
    }
}