Toggle YouTube Comments
Allows you to turn YouTube comments on or off.
什么是Toggle YouTube Comments?
Toggle YouTube Comments是由outrexian开发的Chrome扩展程序,该扩展的主要功能是“Allows you to turn YouTube comments on or off.”。
扩展截图
下载Toggle YouTube Comments扩展crx文件
下载Toggle YouTube Comments扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows you to hide YouTube comments easily.
扩展基本信息
名称 | |
ID | jbdobfgfojodildcochemiicdpbppkoh |
官方URL | https://chrome.google.com/webstore/detail/toggle-youtube-comments/jbdobfgfojodildcochemiicdpbppkoh |
简介 | Allows you to turn YouTube comments on or off. |
文件大小 | 36.27 KB |
安装次数 | 24 |
当前版本 | 1.0 |
更新时间 | 2012-05-12 |
上架时间 | 2012-05-12 |
评分 | 2.00/5 共4次评分 |
开发者 | outrexian |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Toggle YouTube Comments", "version": "1.0", "manifest_version": 2, "description": "Allows you to turn YouTube comments on or off.", "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*" ], "js": [ "jquery.js", "script.js" ] } ], "permissions": [], "options_page": "options.html" } |