Hide YouTube Likes
Hides the like/dislike bar on YouTube.
什么是Hide YouTube Likes?
Hide YouTube Likes是由Serdar Soy开发的Chrome扩展程序,该扩展的主要功能是“Hides the like/dislike bar on YouTube.”。
扩展截图
下载Hide YouTube Likes扩展crx文件
下载Hide YouTube Likes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- Does NOT collect your data on YouTube. - Pure CSS, no JavaScript.
扩展基本信息
名称 | |
ID | fippbbekfgebopgjidjabfmckopkkodf |
官方URL | https://chrome.google.com/webstore/detail/hide-youtube-likes/fippbbekfgebopgjidjabfmckopkkodf |
简介 | Hides the like/dislike bar on YouTube. |
文件大小 | 7.03 KB |
安装次数 | 111 |
当前版本 | 1.1 |
更新时间 | 2017-04-28 |
上架时间 | 2017-04-28 |
评分 | 3.13/5 共23次评分 |
开发者 | Serdar Soy |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://serdar.work/chrome-extensions/privacy-policy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.1", "manifest_version": 2, "description": "__MSG_extDescription__", "icons": { "128": "icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "mystyles.css" ] } ], "homepage_url": "http:\/\/gamevase.com" } |