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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculates the views/likes ratio and displays it in a user friendly way"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Youtube Likes / Views rating 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}