Swear Be Gone

Filters swear/bad words!

Swear Be Goneคืออะไร?

Swear Be Gone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kabir Singh และคุณลักษณะหลักของมันคือ "Filters swear/bad words!"

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

screenshot

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

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

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

                        Filters out most of the popular swear words. You don't have to worry about kids stumbling upon them!

Version: 1.0.1
- Updated censored words so that each letter represent a "*".                    

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

ชื่อ Swear Be Gone Swear Be Gone
ID hbicccdaibeakimkhmgoglhbodhofpnb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/swear-be-gone/hbicccdaibeakimkhmgoglhbodhofpnb
คำอธิบาย Filters swear/bad words!
ขนาดไฟล์ 11.25 KB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2017-03-25
วันที่เผยแพร่ 2017-03-25
คะแนน 2.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Kabir Singh
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swear Be Gone",
    "version": "1.0.1",
    "description": "Filters swear\/bad words!",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}