Comment Hider for YouTube™
Adds a button below the video description to hide/show the comments (for YouTube™)
什么是Comment Hider for YouTube™?
Comment Hider for YouTube™是由http://heithe.com开发的Chrome扩展程序,该扩展的主要功能是“Adds a button below the video description to hide/show the comments (for YouTube™)”。
扩展截图
下载Comment Hider for YouTube™扩展crx文件
下载Comment Hider for YouTube™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a button below the video description to hide/show the comments (for YouTube™) Web: http://www.heithe.com/ Email: [email protected]
扩展基本信息
名称 | |
ID | bpalkidfdmcoobbgncphknpfnidbldbj |
官方URL | https://chrome.google.com/webstore/detail/comment-hider-for-youtube/bpalkidfdmcoobbgncphknpfnidbldbj |
简介 | Adds a button below the video description to hide/show the comments (for YouTube™) |
文件大小 | 33.75 KB |
安装次数 | 14 |
当前版本 | 0.5 |
更新时间 | 2013-03-19 |
上架时间 | 2013-03-19 |
评分 | 1.00/5 共1次评分 |
开发者 | http://heithe.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.heithe.com/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comment Hider for YouTube\u2122", "description": "Adds a button below the video description to hide\/show the comments (for YouTube\u2122)", "version": "0.5", "manifest_version": 2, "icons": { "16": "app_icon_16.png", "48": "app_icon_48.png", "128": "app_icon_128.png" }, "content_scripts": [ { "js": [ "ht_yct.js" ], "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ] } |