Cat Censor

Censor all of the bad words on screen with some =^.^='s

Cat Censorคืออะไร?

Cat Censor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pwmerriman20 และคุณลักษณะหลักของมันคือ "Censor all of the bad words on screen with some =^.^='s"

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

screenshot

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

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

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

                        Censors all bad words using a cat!                    

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

ชื่อ Cat Censor Cat Censor
ID kdhlpdobgiadcnppfelpnhmdnmplklob
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cat-censor/kdhlpdobgiadcnppfelpnhmdnmplklob
คำอธิบาย Censor all of the bad words on screen with some =^.^='s
ขนาดไฟล์ 15.48 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-08-20
วันที่เผยแพร่ 2020-08-20
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา pwmerriman20
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cat Censor",
    "description": "Censor all of the bad words on screen with some =^.^='s",
    "version": "1.0.0",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}