Gaana media controller

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

ما هو Gaana media controller؟

Gaana media controller هو إضافة Chrome تم تطويرها بواسطة Nitesh Sood، والميزة الرئيسية لها هي "This extension gives you media controllers for www.gaana.com".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Gaana media controller

قم بتنزيل ملفات الامتداد Gaana media controller بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Gaana media controller Gaana media controller
ID pefpkgaogefkcipobonepaoflmijbacb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/gaana-media-controller/pefpkgaogefkcipobonepaoflmijbacb
الوصف This extension gives you media controllers for www.gaana.com
حجم الملف 2.41 MB
عدد التثبيتات 908
النسخة الحالية 0.1.2
آخر تحديث 2017-02-02
تاريخ النشر 2017-02-02
تقييم 2.44/5 مجموع تقييمات 9
المطور Nitesh Sood
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    ]
}