Youtube Hide Opinion
Hides number of likes and dislikes from Youtube
什么是Youtube Hide Opinion?
Youtube Hide Opinion是由KryDos开发的Chrome扩展程序,该扩展的主要功能是“Hides number of likes and dislikes from Youtube”。
扩展截图
下载Youtube Hide Opinion扩展crx文件
下载Youtube Hide Opinion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The extension hides likes and dislikes counters from Youtube. You still can up/down vote.
扩展基本信息
名称 | Youtube Hide Opinion |
ID | kmagnigdjocidngajmobbifcngjoejkm |
官方URL | https://chromewebstore.google.com/detail/youtube-hide-opinion/kmagnigdjocidngajmobbifcngjoejkm |
简介 | Hides number of likes and dislikes from Youtube |
文件大小 | 5.23 KB |
安装次数 | 27 |
当前版本 | 1.4 |
更新时间 | 2022-12-09 |
上架时间 | 2020-01-08 |
评分 | 4.25/5 共4次评分 |
开发者 | KryDos |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/krydos/youtube-ho |
帮助页面URL | https://github.com/krydos/youtube-ho |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Hide Opinion", "version": "1.4", "description": "Hides number of likes and dislikes from Youtube", "icons": { "48": "icons\/youtuber.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "hide-opinion.js" ] } ], "applications": { "gecko": { "id": "[email protected]" } } } |