Herp Derp for YouTube™
Significantly improves YouTube comments by replacing them with random herps and derps.
Was ist Herp Derp for YouTube™?
Herp Derp for YouTube™ ist eine Chrome-Erweiterung, die von https://www.tannr.com entwickelt wurde, und ihr Hauptmerkmal ist "Significantly improves YouTube comments by replacing them with random herps and derps.".
Erweiterungsscreenshots
Herp Derp for YouTube™-Erweiterungs-CRX-Datei herunterladen
Laden Sie Herp Derp for YouTube™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ioomnmgjblnnolpdgdhebainmfbipjoh |
| Offizielle URL | https://chromewebstore.google.com/detail/herp-derp-for-youtube/ioomnmgjblnnolpdgdhebainmfbipjoh |
| Beschreibung | Significantly improves YouTube comments by replacing them with random herps and derps. |
| Dateigröße | 12.01 KB |
| Installationsanzahl | 6,546 |
| Aktuelle Version | 1.6.10 |
| Letztes Update | 2019-08-18 |
| Veröffentlichungsdatum | 2019-08-18 |
| Bewertung | 4.78/5 Insgesamt 510 Bewertungen |
| Entwickler | https://www.tannr.com |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.tannr.com/herp-derp-youtube-comments/ |
| Hilfeseite URL | https://twitter.com/tannerstokes |
| Unterstützte Sprachen | 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"
]
}
]
} | |