HerpDerpTube
HerpDerp filter for YouTube comments
Cos'è HerpDerpTube?
HerpDerpTube è un'estensione di Chrome sviluppata da Dan Orzechowski, e la sua funzione principale è "HerpDerp filter for YouTube comments".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HerpDerpTube
Scarica i file di estensione HerpDerpTube 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
looks like the original extension is back in development! awesome! please use that one instead of this one since it works on more browsers. It's found here: https://chrome.google.com/webstore/detail/ioomnmgjblnnolpdgdhebainmfbipjoh https://github.com/twstokes/herpderp thanks, and happy derping! -- Replaces Youtube comment text with "herp derp" as a sanity-preserving measure. Click on each comment to restore its original text.
Informazioni di Base sull'Estensione
Nome | HerpDerpTube |
ID | kjfnijmpdionkaaedkcnngbfkcbknioa |
URL Ufficiale | https://chromewebstore.google.com/detail/herpderptube/kjfnijmpdionkaaedkcnngbfkcbknioa |
Descrizione | HerpDerp filter for YouTube comments |
Dimensione del File | 137 KB |
Conteggio Installazioni | 268 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2016-11-20 |
Data di Pubblicazione | 2016-11-20 |
Valutazione | 4.29/5 Totale 24 Valutazioni |
Sviluppatore | Dan Orzechowski |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/orzechowskid/herpderptube |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HerpDerpTube", "description": "HerpDerp filter for YouTube comments", "version": "1.3", "icons": { "48": "images\/48.png", "96": "images\/96.png" }, "web_accessible_resources": [ "lib\/jquery-2.0.3.min.js", "lib\/jquery-2.0.3.min.map" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "lib\/jquery-2.0.3.min.js", "src\/herpderp.js" ] } ], "permissions": [ "*:\/\/*.youtube.com\/*" ] } |