danmu

live danmu(bullet screen) for youtube full screen view

Wat is danmu?

danmu is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "live danmu(bullet screen) for youtube full screen view".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie danmu

Download danmu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Show animated bullet screen of chat comments in Youtube Live.

Click the icon to toggle and set font & speed in option panel.

Later it will support more Live platform such as Twitch and so on.                    

Basisinformatie over de Extensie

Naam danmu danmu
ID okpdlocciaboobfpnegpnccopnhcggle
Officiële URL https://chromewebstore.google.com/detail/danmu/okpdlocciaboobfpnegpnccopnhcggle
Beschrijving live danmu(bullet screen) for youtube full screen view
Bestandsgrootte 270 KB
Aantal Installaties 20
Huidige Versie 1.04
Laatst Bijgewerkt 2018-08-23
Publicatiedatum 2018-08-23
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "danmu",
    "description": "live danmu(bullet screen) for youtube full screen view",
    "version": "1.04",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "resource\/iconOn.png",
        "48": "resource\/iconOn.png",
        "128": "resource\/iconOn.png"
    },
    "browser_action": {
        "default_title": "danmu",
        "default_icon": "resource\/iconOff.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "danmu.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "options_page": "options.html",
    "manifest_version": 2
}