[DANMUV] YOUTUBE DANMU 弹幕 彈幕 弾幕

Show danmus in YouTube!

[DANMUV] YOUTUBE DANMU 弹幕 彈幕 弾幕란 무엇입니까?

[DANMUV] YOUTUBE DANMU 弹幕 彈幕 弾幕은(는) https://danmuv.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show danmus in YouTube!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

[DANMUV] YOUTUBE DANMU 弹幕 彈幕 弾幕 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Have you ever heard about Niconico or Bilibili? What about Danmu(弹幕,彈幕,弾幕,だんまく)? This has been a viral thing in East Asia Internet. Basically, you send flying comments over the video to comment out any character at any second of any scene and enjoy the fun comments from other commenters. Trust me, it has more fun than you think.                    

확장 프로그램 기본 정보

이름 [DANMUV] YOUTUBE DANMU 弹幕 彈幕 弾幕 [DANMUV] YOUTUBE DANMU 弹幕 彈幕 弾幕
ID mbhaplipecljiepaeifhbegpjjmmennp
공식 URL https://chromewebstore.google.com/detail/danmuv-youtube-danmu-%E5%BC%B9%E5%B9%95-%E5%BD%88/mbhaplipecljiepaeifhbegpjjmmennp
설명 Show danmus in YouTube!
파일 크기 31.87 KB
설치 횟수 57
현재 버전 1.2
최근 업데이트 2019-02-08
출시 날짜 2019-02-07
평점 4.00/5 총 4 개의 평점
개발자 https://danmuv.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.danmuv.com/chrome-extension
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "[DANMUV] YOUTUBE DANMU \u5f39\u5e55 \u5f48\u5e55 \u5f3e\u5e55",
    "version": "1.2",
    "description": "Show danmus in YouTube!",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs",
        "cookies",
        "*:\/\/*.danmuv.com\/"
    ],
    "background": {
        "scripts": [
            "util.js",
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.vimeo.com\/*",
                "*:\/\/*.dailymotion.com\/*"
            ],
            "css": [
                "danmuloader.css"
            ],
            "js": [
                "util.js",
                "danmuloader.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}