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

什么是CC to Nietzsche?

CC to Nietzsche是由ikkö post-digitalna agencija开发的Chrome扩展程序,该扩展的主要功能是“Pornhub introduced CC. They're not as funny as we thought. So we made them at least smart. Thus Spoke Zarathustra > [Moaning].”。

扩展截图

screenshot

下载CC to Nietzsche扩展crx文件

下载CC to Nietzsche扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 CC to Nietzsche CC to Nietzsche
ID kkgdcaaakemblcooejecdiglhmihmogi
官方URL https://chrome.google.com/webstore/detail/cc-to-nietzsche/kkgdcaaakemblcooejecdiglhmihmogi
简介 Pornhub introduced CC. They're not as funny as we thought. So we made them at least smart. Thus Spoke Zarathustra > [Moaning].
文件大小 218 KB
安装次数 38
当前版本 1.0
更新时间 2018-07-02
上架时间 2018-07-02
开发者 ikkö post-digitalna agencija
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}