Herp Derp for YouTube™
Significantly improves YouTube comments by replacing them with random herps and derps.
Qu'est-ce que Herp Derp for YouTube™ ?
Herp Derp for YouTube™ est une extension Chrome développée par https://www.tannr.com, et sa fonction principale est "Significantly improves YouTube comments by replacing them with random herps and derps.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Herp Derp for YouTube™
Téléchargez les fichiers d'extension Herp Derp for YouTube™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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. Informations de Base sur l'Extension
| Nom | |
| ID | ioomnmgjblnnolpdgdhebainmfbipjoh |
| URL Officiel | https://chromewebstore.google.com/detail/herp-derp-for-youtube/ioomnmgjblnnolpdgdhebainmfbipjoh |
| Description | Significantly improves YouTube comments by replacing them with random herps and derps. |
| Taille du Fichier | 12.01 KB |
| Nombre d'Installations | 6,546 |
| Version Actuelle | 1.6.10 |
| Dernière Mise à Jour | 2019-08-18 |
| Date de Publication | 2019-08-18 |
| Évaluation | 4.78/5 Total 510 Évaluations |
| Développeur | https://www.tannr.com |
| Type de Paiement | free |
| Site Web de l'Extension | https://www.tannr.com/herp-derp-youtube-comments/ |
| URL de la Page d'Aide | https://twitter.com/tannerstokes |
| Langues Prises en Charge | 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"
]
}
]
} | |