Herp Derp for YouTube™
Significantly improves YouTube comments by replacing them with random herps and derps.
Wat is Herp Derp for YouTube™?
Herp Derp for YouTube™ is een Chrome-extensie ontwikkeld door https://www.tannr.com, en de belangrijkste functie is "Significantly improves YouTube comments by replacing them with random herps and derps.".
Extensie Screenshots
Download het CRX-bestand van de extensie Herp Derp for YouTube™
Download Herp Derp for YouTube™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ioomnmgjblnnolpdgdhebainmfbipjoh |
| Officiële URL | https://chromewebstore.google.com/detail/herp-derp-for-youtube/ioomnmgjblnnolpdgdhebainmfbipjoh |
| Beschrijving | Significantly improves YouTube comments by replacing them with random herps and derps. |
| Bestandsgrootte | 12.01 KB |
| Aantal Installaties | 6,546 |
| Huidige Versie | 1.6.10 |
| Laatst Bijgewerkt | 2019-08-18 |
| Publicatiedatum | 2019-08-18 |
| Beoordeling | 4.78/5 Totaal 510 Beoordelingen |
| Ontwikkelaar | https://www.tannr.com |
| Betalingswijze | free |
| Extensiewebsite | https://www.tannr.com/herp-derp-youtube-comments/ |
| Help Pagina-URL | https://twitter.com/tannerstokes |
| Ondersteunde Talen | 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"
]
}
]
} | |