HerpDerpTube
HerpDerp filter for YouTube comments
什么是HerpDerpTube?
HerpDerpTube是由Dan Orzechowski开发的Chrome扩展程序,该扩展的主要功能是“HerpDerp filter for YouTube comments”。
扩展截图
下载HerpDerpTube扩展crx文件
下载HerpDerpTube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
looks like the original extension is back in development! awesome! please use that one instead of this one since it works on more browsers. It's found here: https://chrome.google.com/webstore/detail/ioomnmgjblnnolpdgdhebainmfbipjoh https://github.com/twstokes/herpderp thanks, and happy derping! -- Replaces Youtube comment text with "herp derp" as a sanity-preserving measure. Click on each comment to restore its original text.
扩展基本信息
名称 | HerpDerpTube |
ID | kjfnijmpdionkaaedkcnngbfkcbknioa |
官方URL | https://chromewebstore.google.com/detail/herpderptube/kjfnijmpdionkaaedkcnngbfkcbknioa |
简介 | HerpDerp filter for YouTube comments |
文件大小 | 137 KB |
安装次数 | 268 |
当前版本 | 1.3 |
更新时间 | 2016-11-20 |
上架时间 | 2016-11-20 |
评分 | 4.29/5 共24次评分 |
开发者 | Dan Orzechowski |
付费类型 | free |
扩展官网 | https://github.com/orzechowskid/herpderptube |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HerpDerpTube", "description": "HerpDerp filter for YouTube comments", "version": "1.3", "icons": { "48": "images\/48.png", "96": "images\/96.png" }, "web_accessible_resources": [ "lib\/jquery-2.0.3.min.js", "lib\/jquery-2.0.3.min.map" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "lib\/jquery-2.0.3.min.js", "src\/herpderp.js" ] } ], "permissions": [ "*:\/\/*.youtube.com\/*" ] } |