Youtube views to likes
Percentage of views to likes in youtube
什么是Youtube views to likes?
Youtube views to likes是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Percentage of views to likes in youtube”。
扩展截图
下载Youtube views to likes扩展crx文件
下载Youtube views to likes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extensions will add to the side of the Like Count, a percentage of how many likes the video have per views in percentage.
扩展基本信息
名称 | Youtube views to likes |
ID | mpeeomopiogbgfgboeclndgdacciclmo |
官方URL | https://chromewebstore.google.com/detail/youtube-views-to-likes/mpeeomopiogbgfgboeclndgdacciclmo |
简介 | Percentage of views to likes in youtube |
文件大小 | 3.96 KB |
安装次数 | 11 |
当前版本 | 1.1 |
更新时间 | 2021-11-24 |
上架时间 | 2021-11-13 |
评分 | 2.00/5 共4次评分 |
开发者 | Unknown |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "vtl.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_idle" } ], "name": "Youtube views to likes", "description": "Percentage of views to likes in youtube", "version": "1.1", "manifest_version": 3 } |