Ambivid player for Youtube

Creates lights effects around Youtube's video player corresponding to the video content

Qu'est-ce que Ambivid player for Youtube ?

Ambivid player for Youtube est une extension Chrome développée par https://ambivid.jcgv.space, et sa fonction principale est "Creates lights effects around Youtube's video player corresponding to the video content".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Ambivid player for Youtube

Téléchargez les fichiers d'extension Ambivid player for Youtube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Ambivid player for Youtube Ambivid player for Youtube
ID emompfhmdpalpbplkpelhplciciaapcc
URL Officiel https://chromewebstore.google.com/detail/ambivid-player-for-youtub/emompfhmdpalpbplkpelhplciciaapcc
Description Creates lights effects around Youtube's video player corresponding to the video content
Taille du Fichier 40.08 KB
Nombre d'Installations 309
Version Actuelle 2.2.1
Dernière Mise à Jour 2021-05-26
Date de Publication 2020-03-30
Évaluation 3.88/5 Total 8 Évaluations
Développeur https://ambivid.jcgv.space
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://ambivid.jcgv.space/
Langues Prises en Charge 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"
    ]
}