[DANMUV] YOUTUBE DANMU 弹幕 彈幕 弾幕
Show danmus in YouTube!
[DANMUV] YOUTUBE DANMU 弹幕 彈幕 弾幕とは何ですか?
[DANMUV] YOUTUBE DANMU 弹幕 彈幕 弾幕はhttps://danmuv.comによって開発されたChromeの拡張機能で、その主な機能は「Show danmus in YouTube!」です。
拡張機能のスクリーンショット
[DANMUV] YOUTUBE DANMU 弹幕 彈幕 弾幕拡張機能のCRXファイルをダウンロード
[DANMUV] YOUTUBE DANMU 弹幕 彈幕 弾幕拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Have you ever heard about Niconico or Bilibili? What about Danmu(弹幕,彈幕,弾幕,だんまく)? This has been a viral thing in East Asia Internet. Basically, you send flying comments over the video to comment out any character at any second of any scene and enjoy the fun comments from other commenters. Trust me, it has more fun than you think.
拡張機能の基本情報
名前 | [DANMUV] YOUTUBE DANMU 弹幕 彈幕 弾幕 |
ID | mbhaplipecljiepaeifhbegpjjmmennp |
公式URL | https://chromewebstore.google.com/detail/danmuv-youtube-danmu-%E5%BC%B9%E5%B9%95-%E5%BD%88/mbhaplipecljiepaeifhbegpjjmmennp |
説明 | Show danmus in YouTube! |
ファイルサイズ | 31.87 KB |
インストール数 | 57 |
現在のバージョン | 1.2 |
最終更新日 | 2019-02-08 |
公開日 | 2019-02-07 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | https://danmuv.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.danmuv.com/chrome-extension |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "[DANMUV] YOUTUBE DANMU \u5f39\u5e55 \u5f48\u5e55 \u5f3e\u5e55", "version": "1.2", "description": "Show danmus in YouTube!", "permissions": [ "activeTab", "declarativeContent", "storage", "tabs", "cookies", "*:\/\/*.danmuv.com\/" ], "background": { "scripts": [ "util.js", "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.vimeo.com\/*", "*:\/\/*.dailymotion.com\/*" ], "css": [ "danmuloader.css" ], "js": [ "util.js", "danmuloader.js" ] } ], "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "manifest_version": 2 } |