Ambivid player for Youtube
Creates lights effects around Youtube's video player corresponding to the video content
O que é Ambivid player for Youtube?
Ambivid player for Youtube é uma extensão do Chrome desenvolvida por https://ambivid.jcgv.space, e sua principal característica é "Creates lights effects around Youtube's video player corresponding to the video content".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ambivid player for Youtube
Baixe arquivos de extensão Ambivid player for Youtube no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Ambivid player for Youtube |
ID | emompfhmdpalpbplkpelhplciciaapcc |
URL Oficial | https://chromewebstore.google.com/detail/ambivid-player-for-youtub/emompfhmdpalpbplkpelhplciciaapcc |
Descrição | Creates lights effects around Youtube's video player corresponding to the video content |
Tamanho do Arquivo | 40.08 KB |
Contagem de Instalações | 309 |
Versão Atual | 2.2.1 |
Última Atualização | 2021-05-26 |
Data de Publicação | 2020-03-30 |
Classificação | 3.88/5 Total de 8 Avaliações |
Desenvolvedor | https://ambivid.jcgv.space |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://ambivid.jcgv.space/ |
Idiomas Suportados | 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" ] } |