Youtube Likes / Views rating

Calculates the views/likes ratio and displays it in a user friendly way

Youtube Likes / Views rating क्या है?

Youtube Likes / Views rating LM द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Calculates the views/likes ratio and displays it in a user friendly way"।

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

screenshot
screenshot

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

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

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

                        This application was created to give some kind of awareness if a YouTube video is widely liked or not.

It doesn't serve as a replacement for the dislikes YouTube removed, but it gives a pretty good indication as to whether the audience enjoyed the video.

*This extension does not store or send any data to 3rd parties*

------------------------------------

Ratings are as follow:

- Very below average
- Below average
- Slightly below average
- Average
- Slightly above average
- Above average
- Very above average

-------------------------------------

A few caveats:

- This extension reflects how much people like the video and it's creator
- It does not reflect the quality of the content in a video. 
- Views / Likes ratios vary widely based on the type of content you're watching and how engaging the creator of that content is. Therefore some creators might average lower ratings even if their videos are top quality.
- As views count goes up, views/likes ratios trend downwards. Once a video reaches hundreds of millions of views it's very likely that the video will display lower ratings even if the video performs well in the previous like/dislike metric that YouTube removed.
- It does not work in live streams

-------------------------------------
If this small extension gets any traction I will update it to add improve the metrics and allow customization.


// Updates:

18-12-2021: Fixed issue where values weren't calculated properly in certain languages.                    

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

नाम Youtube Likes / Views rating Youtube Likes / Views rating
ID dpkmmfndodglnkioknjnnhpkpphbmplm
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-likes-views-ratin/dpkmmfndodglnkioknjnnhpkpphbmplm
विवरण Calculates the views/likes ratio and displays it in a user friendly way
फ़ाइल का आकार 4.54 KB
स्थापना संख्या 22
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2021-12-19
प्रकाशन तिथि 2021-12-08
डेवलपर LM
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Likes \/ Views rating",
    "description": "Calculates the views\/likes ratio and displays it in a user friendly way",
    "version": "1.1.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "extension.css"
            ]
        }
    ]
}