YouTube™ Chat Remover

Removes YouTube's live chat box

YouTube™ Chat Removerคืออะไร?

YouTube™ Chat Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nikosardas.dev และคุณลักษณะหลักของมันคือ "Removes YouTube's live chat box"

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube™ Chat Remover

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

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

                        A toggle button for hiding YouTube's live chat box by default.                    

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

ชื่อ YouTube™ Chat Remover YouTube™ Chat Remover
ID epifmfofapbgjhakoppjalnhkciakpgj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-chat-remover/epifmfofapbgjhakoppjalnhkciakpgj
คำอธิบาย Removes YouTube's live chat box
ขนาดไฟล์ 10.42 KB
จำนวนการติดตั้ง 143
เวอร์ชันปัจจุบัน 1.4.2
อัปเดตครั้งล่าสุด 2022-02-09
วันที่เผยแพร่ 2019-09-18
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา nikosardas.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/nikosardas-dev/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube\u2122 Chat Remover",
    "manifest_version": 3,
    "version": "1.4.2",
    "description": "Removes YouTube's live chat box",
    "icons": {
        "128": "onIcon.png"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_icon": "onIcon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/"
    ]
}