textBlock

A Chrome Extension to block some text in website.

textBlockคืออะไร?

textBlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mojingzhi และคุณลักษณะหลักของมันคือ "A Chrome Extension to block some text in website."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Extension Ability

1. Block some text in all website by some rule you set.
2. Replace some text in all website by some rule you set.

What scenario use text-block?

1. Usually hide the word that you don't like
2. Sometimes parent can block sensitive word for children.
3. Play a joke with your friends.
4. Block bullet screen(probably it is called 'danmaku') in HTML5 Video. For Example, https://www.bilibili.com https://douyu.com.

More usage and step, you can click jump to my github.   https://github.com/jingzhiMo/text-block

changelog:

v0.8.0
1. init version

v0.9.0
1. add domain mode, such as blacklist or whitelist

v0.10.0
1. add highlight button, highlight text for 'text-block'                    

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

ชื่อ textBlock textBlock
ID kepcjelnoffhedodofbggbkbdckokohb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/textblock/kepcjelnoffhedodofbggbkbdckokohb
คำอธิบาย A Chrome Extension to block some text in website.
ขนาดไฟล์ 19.22 KB
จำนวนการติดตั้ง 225
เวอร์ชันปัจจุบัน 0.10.0
อัปเดตครั้งล่าสุด 2020-03-16
วันที่เผยแพร่ 2020-03-14
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา mojingzhi
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "textBlock",
    "version": "0.10.0",
    "description": "A Chrome Extension to block some text in website.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}

ส่วนขยายที่เกี่ยวข้อง