Youtube like to view ratio

Displays the percentage of likes to views, more popular videos have a higher ratio.

Youtube like to view ratio क्या है?

Youtube like to view ratio @amnrst द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the percentage of likes to views, more popular videos have a higher ratio."।

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

screenshot

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

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

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

                        Youtube recently removed the dislike to like ratio.  
A video with 1M views and 100 likes for example has a low ratio (0.1%), and probably means the video is not popular.

Any video with a like to view ratio greater than 2 or 3 percent, should be all right.
However the correct ratio depends on the type of content you are watching.                    

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

नाम Youtube like to view ratio Youtube like to view ratio
ID pjkjdnlpbfcociacjalpklkpebephmha
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-like-to-view-rati/pjkjdnlpbfcociacjalpklkpebephmha
विवरण Displays the percentage of likes to views, more popular videos have a higher ratio.
फ़ाइल का आकार 328 KB
स्थापना संख्या 728
वर्तमान संस्करण 0.0.1.0
अंतिम अपडेट 2022-11-02
प्रकाशन तिथि 2021-12-04
रेटिंग 3.58/5 कुल 19 रेटिंग्स
डेवलपर @amnrst
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/amnrst/youtube-like-to-view-ratio
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube like to view ratio",
    "description": "Displays the percentage of likes to views, more popular videos have a higher ratio.",
    "version": "0.0.1.0",
    "manifest_version": 2,
    "icons": {
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "homepage_url": "https:\/\/github.com\/amnrst\/youtube-like-to-view-ratio",
    "permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_idle"
        }
    ]
}