danmu
live danmu(bullet screen) for youtube full screen view
Что такое danmu?
danmu - это расширение Chrome, разработанное Unknown, и его основная функция - "live danmu(bullet screen) for youtube full screen view".
Снимки экрана расширения
Скачать файл CRX расширения danmu
Скачайте файлы расширений danmu в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | danmu |
ID | okpdlocciaboobfpnegpnccopnhcggle |
Официальный URL | https://chromewebstore.google.com/detail/danmu/okpdlocciaboobfpnegpnccopnhcggle |
Описание | live danmu(bullet screen) for youtube full screen view |
Размер файла | 270 KB |
Количество установок | 20 |
Текущая Версия | 1.04 |
Последнее Обновление | 2018-08-23 |
Дата публикации | 2018-08-23 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | Unknown |
Тип оплаты | free |
Поддерживаемые языки | 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 } |