Ambivid player for Youtube

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

Ambivid player for Youtube란 무엇입니까?

Ambivid player for Youtube은(는) https://ambivid.jcgv.space에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creates lights effects around Youtube's video player corresponding to the video content"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Ambivid player for Youtube 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Ambivid player for Youtube Ambivid player for Youtube
ID emompfhmdpalpbplkpelhplciciaapcc
공식 URL https://chromewebstore.google.com/detail/ambivid-player-for-youtub/emompfhmdpalpbplkpelhplciciaapcc
설명 Creates lights effects around Youtube's video player corresponding to the video content
파일 크기 40.08 KB
설치 횟수 309
현재 버전 2.2.1
최근 업데이트 2021-05-26
출시 날짜 2020-03-30
평점 3.88/5 총 8 개의 평점
개발자 https://ambivid.jcgv.space
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://ambivid.jcgv.space/
지원되는 언어 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"
    ]
}