Chrome Censored

Censors inappropriate words/terms on the interweb by filling them in with flowery replacements.

Chrome Censoredคืออะไร?

Chrome Censored เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://devinyoungweb.com และคุณลักษณะหลักของมันคือ "Censors inappropriate words/terms on the interweb by filling them in with flowery replacements."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Chrome Censored ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Chrome Censored censors inappropriate words/terms on the interweb by filling them in with flowery replacements.

While replacement words may be humorous, none are inappropriate; so this a great alternative to parental blocking in the browser.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chrome Censored Chrome Censored
ID bimpoihegbhelhdhbegiifeffngnmhdl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chrome-censored/bimpoihegbhelhdhbegiifeffngnmhdl
คำอธิบาย Censors inappropriate words/terms on the interweb by filling them in with flowery replacements.
ขนาดไฟล์ 20.91 KB
จำนวนการติดตั้ง 83
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-03-28
วันที่เผยแพร่ 2013-03-28
คะแนน 2.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://devinyoungweb.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://devinyoungweb.com/chrome-censored/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Censored",
    "manifest_version": 2,
    "version": "1.0",
    "description": "Censors inappropriate words\/terms on the interweb by filling them in with flowery replacements.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "censored.js"
            ],
            "run_at": "document_end"
        }
    ]
}