Curse Block

Replace all the curses and bad words on the web with anything you or I chose in a user-friendly way.

Curse Blockคืออะไร?

Curse Block เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wingapps123321 และคุณลักษณะหลักของมันคือ "Replace all the curses and bad words on the web with anything you or I chose in a user-friendly way."

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

screenshot
screenshot

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

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

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

                        Censors all the negativity in the web in the English language, and replace it to whatever you would like it to be. From text to special characters to emojis, you can customize it. It starts off with a simple click on the icon when installed. Let's face it, whether it be bad videos, racist blogs, or even a dirty video that somehow managed to pop up in your search results, bad words are unavoidable. However, with this app, you can take measures to counteract it. This is especially great for parents who don't want their children seeing bad things. It will not affect your computer performance, and will just run in the background. Bad words and curse words tend to bring unhappy emotions, and installing this will bring you one step closer to a happy mood.                    

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

ชื่อ Curse Block Curse Block
ID ckdckbfekbacdpibfhopkedifnclhjlk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/curse-block/ckdckbfekbacdpibfhopkedifnclhjlk
คำอธิบาย Replace all the curses and bad words on the web with anything you or I chose in a user-friendly way.
ขนาดไฟล์ 104 KB
จำนวนการติดตั้ง 132
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-08-19
วันที่เผยแพร่ 2018-08-18
คะแนน 2.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา wingapps123321
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Curse Block",
    "short_name": "CurseBlock",
    "manifest_version": 2,
    "version": "1.0",
    "options_page": "options.html",
    "description": "Replace all the curses and bad words on the web with anything you or I chose in a user-friendly way.",
    "permissions": [
        "storage",
        ""
    ],
    "browser_action": {
        "default_icon": "Curse_BlockIconNEW32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "Curse_BlockIconNEW16.png",
        "32": "Curse_BlockIconNEW32.png",
        "48": "Curse_BlockIconNEW48.png",
        "128": "Curse_BlockIconNEW128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "myscript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ]
}