YouTube Likes Ratio
Shows percent of viewers who liked the video. Useful proxy for the old like:dislike ratio.
YouTube Likes Ratio란 무엇입니까?
YouTube Likes Ratio은(는) quackadoodledoo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows percent of viewers who liked the video. Useful proxy for the old like:dislike ratio."입니다.
확장 프로그램 스크린샷
YouTube Likes Ratio 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Now that the dislike count is gone and with it the like/dislike ratio, this extension calculates the percent of viewers who liked a video, giving some idea of viewer sentiment.
확장 프로그램 기본 정보
이름 | YouTube Likes Ratio |
ID | lmalclgdccahfecpdlncehpnceeloppo |
공식 URL | https://chromewebstore.google.com/detail/youtube-likes-ratio/lmalclgdccahfecpdlncehpnceeloppo |
설명 | Shows percent of viewers who liked the video. Useful proxy for the old like:dislike ratio. |
파일 크기 | 22.73 KB |
설치 횟수 | 70 |
현재 버전 | 1.3.7 |
최근 업데이트 | 2024-01-31 |
출시 날짜 | 2021-11-30 |
평점 | 3.29/5 총 7 개의 평점 |
개발자 | quackadoodledoo |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/bzbradford/yt-likes-ratio |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Likes Ratio", "description": "Shows percent of viewers who liked the video. Useful proxy for the old like:dislike ratio.", "version": "1.3.7", "manifest_version": 3, "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "icons": { "16": "\/assets\/icon-16.png", "32": "\/assets\/icon-32.png", "48": "\/assets\/icon-48.png", "128": "\/assets\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content-script.js" ] } ] } |