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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays the percentage of likes to views, more popular videos have a higher ratio."입니다.
확장 프로그램 스크린샷
Youtube like to view ratio 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } ] } |