Ambivid player for Youtube
Creates lights effects around Youtube's video player corresponding to the video content
什么是Ambivid player for Youtube?
Ambivid player for Youtube是由https://ambivid.jcgv.space开发的Chrome扩展程序,该扩展的主要功能是“Creates lights effects around Youtube's video player corresponding to the video content”。
扩展截图
下载Ambivid player for Youtube扩展crx文件
下载Ambivid player for Youtube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ambivid player for YouTube™ is a lightweight extension designed for an immersive yet comfortable watching experience. -2.2.0 is out with fullscreen support ♥ -available on Chrome, Firefox, Opera, Brave, Torch and Edge. -ship in less than 40kb -one click to toggle Feedback are welcomed.
扩展基本信息
名称 | Ambivid player for Youtube |
ID | emompfhmdpalpbplkpelhplciciaapcc |
官方URL | https://chromewebstore.google.com/detail/ambivid-player-for-youtub/emompfhmdpalpbplkpelhplciciaapcc |
简介 | Creates lights effects around Youtube's video player corresponding to the video content |
文件大小 | 40.08 KB |
安装次数 | 309 |
当前版本 | 2.2.1 |
更新时间 | 2021-05-26 |
上架时间 | 2020-03-30 |
评分 | 3.88/5 共8次评分 |
开发者 | https://ambivid.jcgv.space |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://ambivid.jcgv.space/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ambivid player for Youtube", "description": "Creates lights effects around Youtube's video player corresponding to the video content", "version": "2.2.1", "homepage_url": "http:\/\/ambivid.azurewebsites.net", "author": "Jean-Charbel VANNIER", "permissions": [ "http:\/\/ambivid.azurewebsites.net", "declarativeContent" ], "page_action": { "default_title": "Ambivid" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "player.css" ], "js": [ "Ambivid.js" ] } ], "web_accessible_resources": [ "icon.png" ] } |