Content Censor

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

Content Censorとは何ですか?

Content CensorはContent Censor Developerによって開発されたChromeの拡張機能で、その主な機能は「Changes web pages with unpleasant things to less unpleasant things in the most childish manner imaginable.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Content Censor拡張機能のCRXファイルをダウンロード

Content Censor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Content Censor Content Censor
ID iaijmkccajdcoanhapmfihooogolkggi
公式URL https://chrome.google.com/webstore/detail/content-censor/iaijmkccajdcoanhapmfihooogolkggi
説明 Changes web pages with unpleasant things to less unpleasant things in the most childish manner imaginable.
ファイルサイズ 37.61 KB
インストール数 19
現在のバージョン 2.0.2
最終更新日 2015-11-18
公開日 2015-11-18
評価 3.00/5 合計 6 レビュー
開発者 Content Censor Developer
支払い方法 free
対応言語 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"
    ]
}