YouTube Likes Ratio

Shows percent of viewers who liked the video. Useful proxy for the old like:dislike ratio.

Apa itu YouTube Likes Ratio?

YouTube Likes Ratio adalah ekstensi Chrome yang dikembangkan oleh quackadoodledoo, dan fitur utamanya adalah "Shows percent of viewers who liked the video. Useful proxy for the old like:dislike ratio.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YouTube Likes Ratio

Unduh file ekstensi YouTube Likes Ratio dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama YouTube Likes Ratio YouTube Likes Ratio
ID lmalclgdccahfecpdlncehpnceeloppo
URL Resmi https://chromewebstore.google.com/detail/youtube-likes-ratio/lmalclgdccahfecpdlncehpnceeloppo
Deskripsi Shows percent of viewers who liked the video. Useful proxy for the old like:dislike ratio.
Ukuran File 22.73 KB
Jumlah Instalasi 70
Versi Saat Ini 1.3.7
Terakhir Diperbarui 2024-01-31
Tanggal Publikasi 2021-11-30
Penilaian 3.29/5 Total 7 Penilaian
Pengembang quackadoodledoo
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/bzbradford/yt-likes-ratio
Bahasa yang Didukung 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"
            ]
        }
    ]
}