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 là gì?

CC to Nietzsche là một tiện ích mở rộng Chrome được phát triển bởi ikkö post-digitalna agencija, và tính năng chính của nó là "Pornhub introduced CC. They're not as funny as we thought. So we made them at least smart. Thus Spoke Zarathustra > [Moaning].".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CC to Nietzsche

Tải xuống các tệp mở rộng CC to Nietzsche dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CC to Nietzsche CC to Nietzsche
ID kkgdcaaakemblcooejecdiglhmihmogi
URL Chính Thức https://chrome.google.com/webstore/detail/cc-to-nietzsche/kkgdcaaakemblcooejecdiglhmihmogi
Mô tả Pornhub introduced CC. They're not as funny as we thought. So we made them at least smart. Thus Spoke Zarathustra > [Moaning].
Kích Thước Tệp 218 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-07-02
Ngày Phát Hành 2018-07-02
Nhà Phát Triển ikkö post-digitalna agencija
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}