HerpDerpTube

HerpDerp filter for YouTube comments

Wat is HerpDerpTube?

HerpDerpTube is een Chrome-extensie ontwikkeld door Dan Orzechowski, en de belangrijkste functie is "HerpDerp filter for YouTube comments".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie HerpDerpTube

Download HerpDerpTube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam HerpDerpTube HerpDerpTube
ID kjfnijmpdionkaaedkcnngbfkcbknioa
Officiële URL https://chromewebstore.google.com/detail/herpderptube/kjfnijmpdionkaaedkcnngbfkcbknioa
Beschrijving HerpDerp filter for YouTube comments
Bestandsgrootte 137 KB
Aantal Installaties 268
Huidige Versie 1.3
Laatst Bijgewerkt 2016-11-20
Publicatiedatum 2016-11-20
Beoordeling 4.29/5 Totaal 24 Beoordelingen
Ontwikkelaar Dan Orzechowski
Betalingswijze free
Extensiewebsite https://github.com/orzechowskid/herpderptube
Ondersteunde Talen 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\/*"
    ]
}