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 |
电子邮箱 | [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" } } |