Ambivid player for Youtube
Creates lights effects around Youtube's video player corresponding to the video content
Wat is Ambivid player for Youtube?
Ambivid player for Youtube is een Chrome-extensie ontwikkeld door https://ambivid.jcgv.space, en de belangrijkste functie is "Creates lights effects around Youtube's video player corresponding to the video content".
Extensie Screenshots
Download het CRX-bestand van de extensie Ambivid player for Youtube
Download Ambivid player for Youtube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Ambivid player for Youtube |
ID | emompfhmdpalpbplkpelhplciciaapcc |
Officiële URL | https://chromewebstore.google.com/detail/ambivid-player-for-youtub/emompfhmdpalpbplkpelhplciciaapcc |
Beschrijving | Creates lights effects around Youtube's video player corresponding to the video content |
Bestandsgrootte | 40.08 KB |
Aantal Installaties | 309 |
Huidige Versie | 2.2.1 |
Laatst Bijgewerkt | 2021-05-26 |
Publicatiedatum | 2020-03-30 |
Beoordeling | 3.88/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://ambivid.jcgv.space |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://ambivid.jcgv.space/ |
Ondersteunde Talen | 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" ] } |