NietzscheDerp

Inspired by tannr.com's Herp Derp, NietzscheDerp replaces YouTube comments with Nietzsche quotes.

Cos'è NietzscheDerp?

NietzscheDerp è un'estensione di Chrome sviluppata da tloud365, e la sua funzione principale è "Inspired by tannr.com's Herp Derp, NietzscheDerp replaces YouTube comments with Nietzsche quotes.".

Scarica il file CRX dell'estensione NietzscheDerp

Scarica i file di estensione NietzscheDerp 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

                                            

Informazioni di Base sull'Estensione

Nome NietzscheDerp NietzscheDerp
ID pebecomnimagpgffocepgemejgedfdaj
URL Ufficiale https://chrome.google.com/webstore/detail/nietzschederp/pebecomnimagpgffocepgemejgedfdaj
Descrizione Inspired by tannr.com's Herp Derp, NietzscheDerp replaces YouTube comments with Nietzsche quotes.
Dimensione del File 52.89 KB
Conteggio Installazioni 60
Versione Corrente 1.0
Ultimo Aggiornamento 2012-10-10
Data di Pubblicazione 2012-10-10
Valutazione 4.00/5 Totale 8 Valutazioni
Sviluppatore tloud365
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NietzscheDerp",
    "version": "1.0",
    "manifest_version": 2,
    "homepage_url": "http:\/\/twitter.com\/tloud",
    "description": "Inspired by tannr.com's Herp Derp, NietzscheDerp replaces YouTube comments with Nietzsche quotes.",
    "icons": {
        "48": "nietzsche-48.png",
        "128": "nietzsche-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "http:\/\/www.youtu.be\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.youtu.be\/*"
            ],
            "js": [
                "jquery.min.js",
                "nietzschederp.js"
            ]
        }
    ]
}