Videogamma ambilight effect

Add cool ambilight effects for html5 videos .Designed for use with YouTube™ .

Videogamma ambilight effect란 무엇입니까?

Videogamma ambilight effect은(는) justapoorstuden에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add cool ambilight effects for html5 videos .Designed for use with YouTube™ ."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Videogamma ambilight effect 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Enhance  html 5 videos with this cool video sound based ambilight effect.
Spend hours watching your favourite videos with new sensation. Perfect for music and movie trailers. Ultimate cinematic experience. 

What's new?

v0.0.5 - "Picture Moments"

Like double vision? What about 5 times more.With "Picture moments" effect your video will be multiplied 10 times in nice and tidy picture lines. Don't forget to try this new result and feel free to share your review.

v0.0.4 - "Drama Mode"

Now the extension analyze the sound and add new effect called "Drama Mode". The "Drama Mode" is one step closer to your ultimate watching experience!

While you are watching videos in this mode the ambilight transforms acording to the sound volume.

There is a surprise for you if the analyzer finds some particular sound levels new cool effect is shown.   

Lots of bugs are fixed.  


Despite it is still beta verision check for new updates regularly more epic effects are coming soon. :)                    

확장 프로그램 기본 정보

이름 Videogamma ambilight effect Videogamma ambilight effect
ID mgkljigpgglgdjfhmgpnihjmechkeamf
공식 URL https://chrome.google.com/webstore/detail/videogamma-ambilight-effe/mgkljigpgglgdjfhmgpnihjmechkeamf
설명 Add cool ambilight effects for html5 videos .Designed for use with YouTube™ .
파일 크기 96.8 KB
설치 횟수 107
현재 버전 0.0.5
최근 업데이트 2014-03-10
출시 날짜 2014-03-10
평점 2.50/5 총 10 개의 평점
개발자 justapoorstuden
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Videogamma ambilight effect",
    "short_name": "VAE",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Add cool ambilight effects for html5 videos .Designed for use with YouTube\u2122 .",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "omnibox": {
        "keyword": "Videogamma ambilight effect"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "Videogamma ambilight effect",
        "default_popup": "browseraction\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "*:\/\/*\/*.*",
                "file:\/\/\/*\/*.*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "",
        "*:\/\/*\/*.*",
        "storage"
    ]
}