Herp Derp for YouTube™
Significantly improves YouTube comments by replacing them with random herps and derps.
What is Herp Derp for YouTube™?
Herp Derp for YouTube™ is a Chrome extension developed by https://www.tannr.com, and its main feature is "Significantly improves YouTube comments by replacing them with random herps and derps.".
Extension Screenshots
Download Herp Derp for YouTube™ Extension CRX File
Download Herp Derp for YouTube™ 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
I loathe YouTube comments. Here’s a simple browser extension to convert them to ‘herp derp’. If you insist on reading the original (which is highly discouraged), click the comment. Extension Basic Information
| Name | |
| ID | ioomnmgjblnnolpdgdhebainmfbipjoh |
| Official URL | https://chromewebstore.google.com/detail/herp-derp-for-youtube/ioomnmgjblnnolpdgdhebainmfbipjoh |
| Description | Significantly improves YouTube comments by replacing them with random herps and derps. |
| File Size | 12.01 KB |
| Installation Count | 6,546 |
| Current Version | 1.6.10 |
| Last Updated | 2019-08-18 |
| Publish Date | 2019-08-18 |
| Rating | 4.78/5 Total 510 Ratings |
| Developer | https://www.tannr.com |
| Payment Type | free |
| Extension Website | https://www.tannr.com/herp-derp-youtube-comments/ |
| Help Page URL | https://twitter.com/tannerstokes |
| Supported Languages | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Herp Derp for YouTube\u2122",
"version": "1.6.10",
"homepage_url": "https:\/\/www.tannr.com",
"description": "Significantly improves YouTube comments by replacing them with random herps and derps.",
"icons": {
"48": "herp48.png",
"128": "herp128.png"
},
"content_scripts": [
{
"run_at": "document_idle",
"all_frames": true,
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"main.js"
]
}
]
} | |