[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 |
电子邮箱 | [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 } |