Ambivid player for Youtube
Creates lights effects around Youtube's video player corresponding to the video content
Was ist Ambivid player for Youtube?
Ambivid player for Youtube ist eine Chrome-Erweiterung, die von https://ambivid.jcgv.space entwickelt wurde, und ihr Hauptmerkmal ist "Creates lights effects around Youtube's video player corresponding to the video content".
Erweiterungsscreenshots
Ambivid player for Youtube-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ambivid player for Youtube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | emompfhmdpalpbplkpelhplciciaapcc |
| Offizielle URL | https://chromewebstore.google.com/detail/ambivid-player-for-youtub/emompfhmdpalpbplkpelhplciciaapcc |
| Beschreibung | Creates lights effects around Youtube's video player corresponding to the video content |
| Dateigröße | 40.08 KB |
| Installationsanzahl | 309 |
| Aktuelle Version | 2.2.1 |
| Letztes Update | 2021-05-26 |
| Veröffentlichungsdatum | 2020-03-30 |
| Bewertung | 3.88/5 Insgesamt 8 Bewertungen |
| Entwickler | https://ambivid.jcgv.space |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://ambivid.jcgv.space/ |
| Unterstützte Sprachen | 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"
]
} | |