Videogamma ambilight effect

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

O que é Videogamma ambilight effect?

Videogamma ambilight effect é uma extensão do Chrome desenvolvida por justapoorstuden, e sua principal característica é "Add cool ambilight effects for html5 videos .Designed for use with YouTube™ .".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Videogamma ambilight effect

Baixe arquivos de extensão Videogamma ambilight effect no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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. :)                    

Informações Básicas da Extensão

Nome Videogamma ambilight effect Videogamma ambilight effect
ID mgkljigpgglgdjfhmgpnihjmechkeamf
URL Oficial https://chrome.google.com/webstore/detail/videogamma-ambilight-effe/mgkljigpgglgdjfhmgpnihjmechkeamf
Descrição Add cool ambilight effects for html5 videos .Designed for use with YouTube™ .
Tamanho do Arquivo 96.8 KB
Contagem de Instalações 107
Versão Atual 0.0.5
Última Atualização 2014-03-10
Data de Publicação 2014-03-10
Classificação 2.50/5 Total de 10 Avaliações
Desenvolvedor justapoorstuden
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}