SiteScrubber

Where the fudge did the swear words go?

SiteScrubberคืออะไร?

SiteScrubber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Where the fudge did the swear words go?"

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

screenshot

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

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

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

                        SiteScrubber aims to reduce offensive language visible to website users by replacing offensive words/phrases

- Automatically replaces offensive words with friendlier equivalents
- Non-intrusive: You won't even know words were replaced!
- Easy-to use: No adjustments necessary

Perfect for:

- Parents who don't want to block sites just because of a few swear words
- A few offensive words shouldn't prevent kids from seeing certain sites completely
- People who don't like seeing strong language
- Reducing instances of cyber harassment
- Inflammatory language is automatically made less offensive                    

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

ชื่อ SiteScrubber SiteScrubber
ID ffadalgofahhohaciekjchkikcglcpla
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sitescrubber/ffadalgofahhohaciekjchkikcglcpla
คำอธิบาย Where the fudge did the swear words go?
ขนาดไฟล์ 23.67 KB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2017-01-15
วันที่เผยแพร่ 2017-01-15
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SiteScrubber",
    "version": "2.0",
    "description": "Where the fudge did the swear words go?",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}