Gaana media controller

This extension gives you media controllers for www.gaana.com

What is Gaana media controller?

Gaana media controller is a Chrome extension developed by Nitesh Sood, and its main feature is "This extension gives you media controllers for www.gaana.com".

Extension Screenshots

screenshot
screenshot

Download Gaana media controller Extension CRX File

Download Gaana media controller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        UPDATE
Synced up with revamped Gaana UI website

Working on multiple chrome tabs and sick of switching to gaana tab to change song and continue working again!

Free yourself from that hassle and use this extension. 

No need to search the gaana tab. Get all media controllers on one click.

After installing it for the 1st time, reload the gaana tab to activate the extension.                    

Extension Basic Information

Name Gaana media controller Gaana media controller
ID pefpkgaogefkcipobonepaoflmijbacb
Official URL https://chrome.google.com/webstore/detail/gaana-media-controller/pefpkgaogefkcipobonepaoflmijbacb
Description This extension gives you media controllers for www.gaana.com
File Size 2.41 MB
Installation Count 908
Current Version 0.1.2
Last Updated 2017-02-02
Publish Date 2017-02-02
Rating 2.44/5 Total 9 Ratings
Developer Nitesh Sood
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gaana media controller",
    "description": "This extension gives you media controllers for www.gaana.com",
    "version": "0.1.2",
    "browser_action": {
        "default_icon": "icons\/gaana.png",
        "default_title": "Gaana controller",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/gaana.png",
        "48": "icons\/gaana-48.png",
        "128": "icons\/gaana-128.png"
    },
    "background": {
        "scripts": [
            "jquery-2.1.4.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/gaana.com\/*"
            ],
            "js": [
                "jquery-2.1.4.js",
                "constant.js",
                "content.js",
                "hoverControls.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ]
}