Turn off Youtube Comments toggle
Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.
什么是Turn off Youtube Comments toggle?
Turn off Youtube Comments toggle是由Farhan开发的Chrome扩展程序,该扩展的主要功能是“Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.”。
扩展截图
下载Turn off Youtube Comments toggle扩展crx文件
下载Turn off Youtube Comments toggle扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
************
Dec 2015! Updated to work with the new Youtube UI !!!!!
************
Don't you just hate it when someone spoils a Youtube video in the comments?
With this extension you can turn on/off the comments.
Easily hide or show comments on youtube
Works with the new youtube.com layout
Please make sure to rate and review :) 扩展基本信息
| 名称 | |
| ID | oknkcmcepaahofjeifofaomnlbenbpdc |
| 官方URL | https://chromewebstore.google.com/detail/turn-off-youtube-comments/oknkcmcepaahofjeifofaomnlbenbpdc |
| 简介 | Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons. |
| 文件大小 | 43.69 KB |
| 安装次数 | 1,133 |
| 当前版本 | 2.0 |
| 更新时间 | 2015-12-27 |
| 上架时间 | 2015-12-26 |
| 评分 | 3.11/5 共63次评分 |
| 开发者 | Farhan |
| 付费类型 | free |
| 帮助页面URL | http://twitter.com/farhanp |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Turn off Youtube Comments toggle",
"version": "2.0",
"description": "Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"js": [
"code.js"
],
"css": [
"css.css"
],
"run_at": "document_end",
"matches": [
"http:\/\/*.youtube.com\/*",
"https:\/\/*.youtube.com\/*"
]
}
]
} | |