Ambivid player for Youtube

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

Co je Ambivid player for Youtube?

Ambivid player for Youtube je rozšíření Chrome vyvinuté https://ambivid.jcgv.space, a jeho hlavní funkcí je „Creates lights effects around Youtube's video player corresponding to the video content“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Ambivid player for Youtube

Stáhněte si soubory rozšíření Ambivid player for Youtube ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Ambivid player for Youtube Ambivid player for Youtube
ID emompfhmdpalpbplkpelhplciciaapcc
Oficiální URL https://chromewebstore.google.com/detail/ambivid-player-for-youtub/emompfhmdpalpbplkpelhplciciaapcc
Popis Creates lights effects around Youtube's video player corresponding to the video content
Velikost souboru 40.08 KB
Počet instalací 309
Aktuální Verze 2.2.1
Poslední Aktualizace 2021-05-26
Datum Vydání 2020-03-30
Hodnocení 3.88/5 Celkem 8 Hodnocení
Vývojář https://ambivid.jcgv.space
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://ambivid.jcgv.space/
Podporované Jazyky 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"
    ]
}