danmu
live danmu(bullet screen) for youtube full screen view
O que é danmu?
danmu é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "live danmu(bullet screen) for youtube full screen view".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão danmu
Baixe arquivos de extensão danmu no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | danmu |
ID | okpdlocciaboobfpnegpnccopnhcggle |
URL Oficial | https://chromewebstore.google.com/detail/danmu/okpdlocciaboobfpnegpnccopnhcggle |
Descrição | live danmu(bullet screen) for youtube full screen view |
Tamanho do Arquivo | 270 KB |
Contagem de Instalações | 20 |
Versão Atual | 1.04 |
Última Atualização | 2018-08-23 |
Data de Publicação | 2018-08-23 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |