Content Censor

Changes web pages with unpleasant things to less unpleasant things in the most childish manner imaginable.

Content Censor là gì?

Content Censor là một tiện ích mở rộng Chrome được phát triển bởi Content Censor Developer, và tính năng chính của nó là "Changes web pages with unpleasant things to less unpleasant things in the most childish manner imaginable.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Content Censor 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

                        This Chrome extension will replace all references of certain unpleasant words (which you specify) on websites you visit to other, more humorous (and definitely more childish) words!

By default, Content Censor:
- Replaces 'iPhone' with 'Abortion'.
- Replaces 'republican' with 'pervert'.
- Replaces 'tea party' with 'rape philosophy party'.
- Replace 'GOP' with 'CUNT'.

Definitely a must-have for any left-leaning Android platform aficionados with the  intellectual maturity of a 10 year old.

NEW in 2.0! Set up your own words to replace! Tired of reading about disease and famine? Sick of the deluge of death news out of Hollywood? Ignore it with something funner! Now in Content Censor 2.0!

Confuse and frighten your friends! Make your daily tech blog funnier to read! OFFEND PEOPLE YOU CARE ABOUT WHO ARE IN THE SAME ROOM!                    

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

Tên Content Censor Content Censor
ID iaijmkccajdcoanhapmfihooogolkggi
URL Chính Thức https://chrome.google.com/webstore/detail/content-censor/iaijmkccajdcoanhapmfihooogolkggi
Mô tả Changes web pages with unpleasant things to less unpleasant things in the most childish manner imaginable.
Kích Thước Tệp 37.61 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2015-11-18
Ngày Phát Hành 2015-11-18
Đánh Giá 3.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Content Censor Developer
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": "Content Censor",
    "author": "Content Censor Developer",
    "description": "Changes web pages with unpleasant things to less unpleasant things in the most childish manner imaginable.",
    "version": "2.0.2",
    "icons": {
        "48": "contentcensor48.png",
        "128": "contentcensor128.png"
    },
    "browser_action": {
        "default_icon": "contentcensor48.png",
        "default_popup": "index.htm"
    },
    "background": {
        "scripts": [
            "eventPages.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "popup.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}