Content Censor

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

Content Censorคืออะไร?

Content Censor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Content Censor Developer และคุณลักษณะหลักของมันคือ "Changes web pages with unpleasant things to less unpleasant things in the most childish manner imaginable."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Content Censor

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}