Herp Derp for YouTube™
Significantly improves YouTube comments by replacing them with random herps and derps.
Cos'è Herp Derp for YouTube™?
Herp Derp for YouTube™ è un'estensione di Chrome sviluppata da https://www.tannr.com, e la sua funzione principale è "Significantly improves YouTube comments by replacing them with random herps and derps.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Herp Derp for YouTube™
Scarica i file di estensione Herp Derp for YouTube™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ioomnmgjblnnolpdgdhebainmfbipjoh |
| URL Ufficiale | https://chromewebstore.google.com/detail/herp-derp-for-youtube/ioomnmgjblnnolpdgdhebainmfbipjoh |
| Descrizione | Significantly improves YouTube comments by replacing them with random herps and derps. |
| Dimensione del File | 12.01 KB |
| Conteggio Installazioni | 6,546 |
| Versione Corrente | 1.6.10 |
| Ultimo Aggiornamento | 2019-08-18 |
| Data di Pubblicazione | 2019-08-18 |
| Valutazione | 4.78/5 Totale 510 Valutazioni |
| Sviluppatore | https://www.tannr.com |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.tannr.com/herp-derp-youtube-comments/ |
| URL della Pagina di Aiuto | https://twitter.com/tannerstokes |
| Lingue Supportate | 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"
]
}
]
} | |