Bulletchat for YouTube

Bullet chatting on YouTube

Apa itu Bulletchat for YouTube?

Bulletchat for YouTube adalah ekstensi Chrome yang dikembangkan oleh mashiro, dan fitur utamanya adalah "Bullet chatting on YouTube".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Bulletchat for YouTube

Unduh file ekstensi Bulletchat for YouTube dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Bulletchat for YouTube Bulletchat for YouTube
ID ldlogbmoofpmjhkccjhajjkkkjojenip
URL Resmi https://chromewebstore.google.com/detail/bulletchat-for-youtube/ldlogbmoofpmjhkccjhajjkkkjojenip
Deskripsi Bullet chatting on YouTube
Ukuran File 1.56 MB
Jumlah Instalasi 2,482
Versi Saat Ini 1.3.0
Terakhir Diperbarui 2020-12-14
Tanggal Publikasi 2020-05-06
Penilaian 4.88/5 Total 16 Penilaian
Pengembang mashiro
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/mashiro/bulletchat-for-youtube
Bahasa yang Didukung 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"
    }
}