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].

¿Qué es CC to Nietzsche?

CC to Nietzsche es una extensión de Chrome desarrollada por ikkö post-digitalna agencija, y su función principal es "Pornhub introduced CC. They're not as funny as we thought. So we made them at least smart. Thus Spoke Zarathustra > [Moaning].".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión CC to Nietzsche

Descarga archivos de extensión CC to Nietzsche en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre CC to Nietzsche CC to Nietzsche
ID kkgdcaaakemblcooejecdiglhmihmogi
URL Oficial https://chrome.google.com/webstore/detail/cc-to-nietzsche/kkgdcaaakemblcooejecdiglhmihmogi
Descripción Pornhub introduced CC. They're not as funny as we thought. So we made them at least smart. Thus Spoke Zarathustra > [Moaning].
Tamaño del Archivo 218 KB
Cantidad de Instalaciones 38
Versión Actual 1.0
Última Actualización 2018-07-02
Fecha de Publicación 2018-07-02
Desarrollador ikkö post-digitalna agencija
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}