YouTube Likes Ratio
Shows percent of viewers who liked the video. Useful proxy for the old like:dislike ratio.
Co to jest YouTube Likes Ratio?
YouTube Likes Ratio to rozszerzenie Chrome opracowane przez quackadoodledoo, a jego główną funkcją jest „Shows percent of viewers who liked the video. Useful proxy for the old like:dislike ratio.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube Likes Ratio
Pobierz pliki rozszerzeń YouTube Likes Ratio w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | YouTube Likes Ratio |
ID | lmalclgdccahfecpdlncehpnceeloppo |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-likes-ratio/lmalclgdccahfecpdlncehpnceeloppo |
Opis | Shows percent of viewers who liked the video. Useful proxy for the old like:dislike ratio. |
Rozmiar pliku | 22.73 KB |
Liczba instalacji | 70 |
Aktualna Wersja | 1.3.7 |
Ostatnia Aktualizacja | 2024-01-31 |
Data Publikacji | 2021-11-30 |
Ocena | 3.29/5 Łącznie 7 Oceny |
Deweloper | quackadoodledoo |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/bzbradford/yt-likes-ratio |
Obsługiwane Języki | 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" ] } ] } |