YouTube™ Chat Helper

A chromium browser's extension to make YouTube™ chats easier to read and write.

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

YouTube™ Chat Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Atom Gravitation และคุณลักษณะหลักของมันคือ "A chromium browser's extension to make YouTube™ chats easier to read and write."

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

screenshot
screenshot
screenshot

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

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

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

                        Add the Youtube™ Chat Helper for better access to the chats in Youtube™. Upgrade your watching experience with the Youtube™ Chat Helper extension for Chrome. 

Features of the Youtube™ Chat Helper include: 
− Showing Youtub's chats in any mode(full screen mode, theater mode or normal mode)
− Displaying the chats by making full use of every pixel your screen has

By installing this extension, you agree to the Terms of Service at: http://bit.ly/371LrW5 and Privacy Statement at http://bit.ly/2NaPfx7

Disclaimer: Youtube™ is a trademark of Google Inc. Use of the trademark is subject to Google Permissions. Youtube™ Chat Helper is not created, associated nor endorsed by and with YouTube™ or Google inc.                    

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

ชื่อ YouTube™ Chat Helper YouTube™ Chat Helper
ID bfphigkhonoaimbclkgeaddkkonfcbbd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-chat-helper/bfphigkhonoaimbclkgeaddkkonfcbbd
คำอธิบาย A chromium browser's extension to make YouTube™ chats easier to read and write.
ขนาดไฟล์ 441 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2021-02-15
วันที่เผยแพร่ 2021-02-15
ผู้พัฒนา Atom Gravitation
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.deepsea.tk/
URL หน้านโยบายความเป็นส่วนตัว https://www.deepsea.tk/privacy
ภาษาที่รองรับ en,fr,es-419,hi,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/www.deepsea.tk",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "0.0.1",
    "permissions": [
        "storage",
        "webRequest",
        "activeTab",
        "https:\/\/www.youtube.com\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-script.b76ba528.css"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extTitle__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}