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ファイルをダウンロード
Youtube like to view ratio拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } ] } |