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