danmu
live danmu(bullet screen) for youtube full screen view
Cos'è danmu?
danmu è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "live danmu(bullet screen) for youtube full screen view".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione danmu
Scarica i file di estensione danmu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | danmu |
ID | okpdlocciaboobfpnegpnccopnhcggle |
URL Ufficiale | https://chromewebstore.google.com/detail/danmu/okpdlocciaboobfpnegpnccopnhcggle |
Descrizione | live danmu(bullet screen) for youtube full screen view |
Dimensione del File | 270 KB |
Conteggio Installazioni | 20 |
Versione Corrente | 1.04 |
Ultimo Aggiornamento | 2018-08-23 |
Data di Pubblicazione | 2018-08-23 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |