YouTube Comment Remover
A very simple extension to hide all YouTube comments.
什么是YouTube Comment Remover?
YouTube Comment Remover是由Tim Stephani开发的Chrome扩展程序,该扩展的主要功能是“A very simple extension to hide all YouTube comments.”。
扩展截图
下载YouTube Comment Remover扩展crx文件
下载YouTube Comment Remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
After realizing how horrible the comments section of YouTube is, I decided to create this super simple extension to automatically hide them. Source available here: https://github.com/timmystephani/youtube_comment_remover History --------- v1.0 - First version
扩展基本信息
名称 | |
ID | nglipklighejjehapaodhmipldpljobp |
官方URL | https://chrome.google.com/webstore/detail/youtube-comment-remover/nglipklighejjehapaodhmipldpljobp |
简介 | A very simple extension to hide all YouTube comments. |
文件大小 | 33.33 KB |
安装次数 | 97 |
当前版本 | 1.0 |
更新时间 | 2015-03-16 |
上架时间 | 2015-03-16 |
评分 | 3.67/5 共3次评分 |
开发者 | Tim Stephani |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Comment Remover", "description": "A very simple extension to hide all YouTube comments.", "version": "1.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "jquery-2.1.3.min.js", "main.js" ] } ] } |