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 |
| 官方網址 | 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\/*"
]
}
]
} | |