HerpDerpTube
HerpDerp filter for YouTube comments
What is HerpDerpTube?
HerpDerpTube is a Chrome extension developed by Dan Orzechowski, and its main feature is "HerpDerp filter for YouTube comments".
Extension Screenshots
Download HerpDerpTube Extension CRX File
Download HerpDerpTube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | HerpDerpTube |
ID | kjfnijmpdionkaaedkcnngbfkcbknioa |
Official URL | https://chromewebstore.google.com/detail/herpderptube/kjfnijmpdionkaaedkcnngbfkcbknioa |
Description | HerpDerp filter for YouTube comments |
File Size | 137 KB |
Installation Count | 268 |
Current Version | 1.3 |
Last Updated | 2016-11-20 |
Publish Date | 2016-11-20 |
Rating | 4.29/5 Total 24 Ratings |
Developer | Dan Orzechowski |
Payment Type | free |
Extension Website | https://github.com/orzechowskid/herpderptube |
Supported Languages | 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\/*" ] } |