YouTube Like Ratio Preview
Displays the YouTube video's like ratio on its thumbnail
YouTube Like Ratio Previewとは何ですか?
YouTube Like Ratio PreviewはAdam Gordonによって開発されたChromeの拡張機能で、その主な機能は「Displays the YouTube video's like ratio on its thumbnail」です。
拡張機能のスクリーンショット
YouTube Like Ratio Preview拡張機能のCRXファイルをダウンロード
YouTube Like Ratio Preview拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Find out if a video is worth watching by previewing it's like ratio before you click on it. This Extension utilizes a similar design to YouTube™ to keep things sleek and cohesive. View the like ratio from every possible page on YouTube™ with seamless automatic updates as you scroll and browse. YouTube™ is a trademark of Google LLC.
拡張機能の基本情報
名前 | YouTube Like Ratio Preview |
ID | oaoblkfmjnfpkpiialnpdhchjplknfjj |
公式URL | https://chrome.google.com/webstore/detail/youtube-like-ratio-previe/oaoblkfmjnfpkpiialnpdhchjplknfjj |
説明 | Displays the YouTube video's like ratio on its thumbnail |
ファイルサイズ | 13.26 KB |
インストール数 | 715 |
現在のバージョン | 2.0.10 |
最終更新日 | 2022-02-09 |
公開日 | 2020-12-17 |
評価 | 4.13/5 合計 15 レビュー |
開発者 | Adam Gordon |
Eメール | [email protected] |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Like Ratio Preview", "version": "2.0.10", "manifest_version": 3, "author": "Adam Gordon", "description": "Displays the YouTube video's like ratio on its thumbnail", "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "icons": { "16": "youtubeThumbsUp16.png", "48": "youtubeThumbsUp48.png", "128": "youtubeThumbsUp128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_title": "YouTube Like Ratio" } } |