彈幕
本產品適用於網頁介面,在台上演講時,可使用本插件,讓觀眾掃描qrcode發送彈幕到演講者電腦,增加互動性。
What is 彈幕?
彈幕 is a Chrome extension developed by https://foxo.tw, and its main feature is "本產品適用於網頁介面,在台上演講時,可使用本插件,讓觀眾掃描qrcode發送彈幕到演講者電腦,增加互動性。".
Extension Screenshots
Download 彈幕 Extension CRX File
Download 彈幕 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
更新紀錄 v1.3.2 修正 點兩次插件連線斷線bug v1.3.0 修正提示 修改字體預設顏色 v1.2.3 初始化關閉彈幕 修正權限 點擊插件後執行 v1.2.2 修正canvas id 和其他網頁衝突 v1.2 修正canvas 背景顏色被覆蓋 ---- 本產品適用於網頁介面,在台上演講時,可使用本插件,讓觀眾掃描qrcode發送彈幕到演講者電腦,增加互動性。
Extension Basic Information
Name | 彈幕 |
ID | nkppbninkacnenkkdmogmokdpekgjkpo |
Official URL | https://chromewebstore.google.com/detail/%E5%BD%88%E5%B9%95/nkppbninkacnenkkdmogmokdpekgjkpo |
Description | 本產品適用於網頁介面,在台上演講時,可使用本插件,讓觀眾掃描qrcode發送彈幕到演講者電腦,增加互動性。 |
File Size | 68.66 KB |
Installation Count | 73 |
Current Version | 1.3.2 |
Last Updated | 2020-02-08 |
Publish Date | 2020-02-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://foxo.tw |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://danmo.foxo.tw/static/policy.html |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u5f48\u5e55", "version": "1.3.2", "description": "\u672c\u7522\u54c1\u9069\u7528\u65bc\u7db2\u9801\u4ecb\u9762\uff0c\u5728\u53f0\u4e0a\u6f14\u8b1b\u6642\uff0c\u53ef\u4f7f\u7528\u672c\u63d2\u4ef6\uff0c\u8b93\u89c0\u773e\u6383\u63cfqrcode\u767c\u9001\u5f48\u5e55\u5230\u6f14\u8b1b\u8005\u96fb\u8166\uff0c\u589e\u52a0\u4e92\u52d5\u6027\u3002", "permissions": [ "activeTab", "declarativeContent", "storage" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "\u8a2d\u5b9a\u983b\u9053\u540d\u7a31", "default_icon": "images\/fox.png" }, "icons": { "128": "images\/fox.png" }, "manifest_version": 2 } |