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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |