Bulletchat for YouTube

Bullet chatting on YouTube

Bulletchat for YouTube란 무엇입니까?

Bulletchat for YouTube은(는) mashiro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bullet chatting on YouTube"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Bulletchat for YouTube 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}