Videogamma ambilight effect

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

Videogamma ambilight effect क्या है?

Videogamma ambilight effect justapoorstuden द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add cool ambilight effects for html5 videos .Designed for use with YouTube™ ."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Videogamma ambilight effect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}