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.」です。

拡張機能のスクリーンショット

screenshot

YouTube Likes Ratio拡張機能のCRXファイルをダウンロード

YouTube Likes Ratio拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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"
            ]
        }
    ]
}