danmu

live danmu(bullet screen) for youtube full screen view

Co to jest danmu?

danmu to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „live danmu(bullet screen) for youtube full screen view”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia danmu

Pobierz pliki rozszerzeń danmu w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa danmu danmu
ID okpdlocciaboobfpnegpnccopnhcggle
Oficjalny URL https://chromewebstore.google.com/detail/danmu/okpdlocciaboobfpnegpnccopnhcggle
Opis live danmu(bullet screen) for youtube full screen view
Rozmiar pliku 270 KB
Liczba instalacji 20
Aktualna Wersja 1.04
Ostatnia Aktualizacja 2018-08-23
Data Publikacji 2018-08-23
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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
}