CC to Nietzsche

Pornhub introduced CC. They're not as funny as we thought. So we made them at least smart. Thus Spoke Zarathustra > [Moaning].

Cos'è CC to Nietzsche?

CC to Nietzsche è un'estensione di Chrome sviluppata da ikkö post-digitalna agencija, e la sua funzione principale è "Pornhub introduced CC. They're not as funny as we thought. So we made them at least smart. Thus Spoke Zarathustra > [Moaning].".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CC to Nietzsche

Scarica i file di estensione CC to Nietzsche 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

                        Recently PornHub introduced Closed Captioned porn, which should've been the funniest thing of the month. Sadly, it isn't - there's not enough "ahs". So we made it at least a little smarter. Who doesn't want a little nihilism while choking the chicken, right? Download the Chrome extension, enable it in Incognito (or don't), and enjoy the Closed Caption section.                    

Informazioni di Base sull'Estensione

Nome CC to Nietzsche CC to Nietzsche
ID kkgdcaaakemblcooejecdiglhmihmogi
URL Ufficiale https://chrome.google.com/webstore/detail/cc-to-nietzsche/kkgdcaaakemblcooejecdiglhmihmogi
Descrizione Pornhub introduced CC. They're not as funny as we thought. So we made them at least smart. Thus Spoke Zarathustra > [Moaning].
Dimensione del File 218 KB
Conteggio Installazioni 38
Versione Corrente 1.0
Ultimo Aggiornamento 2018-07-02
Data di Pubblicazione 2018-07-02
Sviluppatore ikkö post-digitalna agencija
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CC to Nietzsche",
    "short_name": "CC to Nietzsche",
    "description": "Pornhub introduced CC. They're not as funny as we thought. So we made them at least smart. Thus Spoke Zarathustra > [Moaning].",
    "author": "ikko post-digital agency ",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pornhub.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "zarathustra.json"
    ]
}