Herp Derp for YouTube™
Significantly improves YouTube comments by replacing them with random herps and derps.
Hvad er Herp Derp for YouTube™?
Herp Derp for YouTube™ er en Chrome-udvidelse udviklet af https://www.tannr.com, og dens hovedfunktion er "Significantly improves YouTube comments by replacing them with random herps and derps.".
Udvidelsesskærmbilleder
Download Herp Derp for YouTube™-udvidelses-CRX-fil
Download Herp Derp for YouTube™-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Herp Derp for YouTube™ |
ID | ioomnmgjblnnolpdgdhebainmfbipjoh |
Officiel URL | https://chromewebstore.google.com/detail/herp-derp-for-youtube/ioomnmgjblnnolpdgdhebainmfbipjoh |
Beskrivelse | Significantly improves YouTube comments by replacing them with random herps and derps. |
Filstørrelse | 12.01 KB |
Antal Installationer | 6,546 |
Nuværende Version | 1.6.10 |
Senest Opdateret | 2019-08-18 |
Udgivelsesdato | 2019-08-18 |
Bedømmelse | 4.78/5 Samlet 510 Bedømmelser |
Udvikler | https://www.tannr.com |
Betalingsmetode | free |
Udvidelseswebsted | https://www.tannr.com/herp-derp-youtube-comments/ |
Hjælpeside-URL | https://twitter.com/tannerstokes |
Understøttede Sprog | 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" ] } ] } |