Bulletchat for YouTube

Bullet chatting on YouTube

Bulletchat for YouTubeคืออะไร?

Bulletchat for YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mashiro และคุณลักษณะหลักของมันคือ "Bullet chatting on YouTube"

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

screenshot
screenshot

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

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

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

                        You can display live chat on the video like a bullet.                    

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

ชื่อ Bulletchat for YouTube Bulletchat for YouTube
ID ldlogbmoofpmjhkccjhajjkkkjojenip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bulletchat-for-youtube/ldlogbmoofpmjhkccjhajjkkkjojenip
คำอธิบาย Bullet chatting on YouTube
ขนาดไฟล์ 1.56 MB
จำนวนการติดตั้ง 2,482
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2020-12-14
วันที่เผยแพร่ 2020-05-06
คะแนน 4.88/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา mashiro
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/mashiro/bulletchat-for-youtube
ภาษาที่รองรับ en,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bulletchat for YouTube",
    "version": "1.3.0",
    "author": "mashiro",
    "homepage_url": "https:\/\/github.com\/mashiro\/bulletchat-for-youtube",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/www.youtube.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "icon-white.svg"
    ],
    "background": {
        "scripts": [
            "\/static\/js\/background.4e166c2f.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": true,
            "js": [
                "\/static\/js\/content.835cc2ea.js"
            ],
            "css": [
                "\/static\/css\/content.fafb8ebe.css"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "BulletChat",
        "default_popup": "index.html#options"
    }
}