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

What is CC to Nietzsche?

CC to Nietzsche is a Chrome extension developed by ikkö post-digitalna agencija, and its main feature is "Pornhub introduced CC. They're not as funny as we thought. So we made them at least smart. Thus Spoke Zarathustra > [Moaning].".

Extension Screenshots

screenshot

Download CC to Nietzsche Extension CRX File

Download CC to Nietzsche extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CC to Nietzsche CC to Nietzsche
ID kkgdcaaakemblcooejecdiglhmihmogi
Official URL https://chrome.google.com/webstore/detail/cc-to-nietzsche/kkgdcaaakemblcooejecdiglhmihmogi
Description Pornhub introduced CC. They're not as funny as we thought. So we made them at least smart. Thus Spoke Zarathustra > [Moaning].
File Size 218 KB
Installation Count 38
Current Version 1.0
Last Updated 2018-07-02
Publish Date 2018-07-02
Developer ikkö post-digitalna agencija
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}