VK Player

The extension VKPlayer allow you to play/pause music on VK.com and switch to next track, just duble click on icon.

VK Player क्या है?

VK Player Eugene Probkin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension VKPlayer allow you to play/pause music on VK.com and switch to next track, just duble click on icon."।

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

screenshot

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

crx प्रारूप में VK Player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This application allow you control VK music player without tab switching!                    

एक्सटेंशन की मूल जानकारी

नाम VK Player VK Player
ID kcameajjpbgnncnadcilkmfocpabkihh
आधिकारिक URL https://chromewebstore.google.com/detail/vk-player/kcameajjpbgnncnadcilkmfocpabkihh
विवरण The extension VKPlayer allow you to play/pause music on VK.com and switch to next track, just duble click on icon.
फ़ाइल का आकार 175 KB
स्थापना संख्या 1,334
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2014-09-23
प्रकाशन तिथि 2014-09-23
रेटिंग 3.16/5 कुल 64 रेटिंग्स
डेवलपर Eugene Probkin
भुगतान के प्रकार free
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.1.1",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/vk.com\/*",
        "https:\/\/vk.com\/*",
        "http:\/\/userserve-ak.last.fm\/",
        "http:\/\/playadv.moblez.com\/"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "img\/paused19.png",
            "39": "img\/paused38.png"
        }
    },
    "background": {
        "scripts": [
            "\/js\/jquery.js",
            "\/js\/default_settings.js",
            "\/js\/app.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "\/img\/icon.png"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; img-src 'self' http:\/\/userserve-ak.last.fm\/ http:\/\/www.google-analytics.com\/ http:\/\/playadv.moblez.com\/",
    "commands": {
        "playpause": {
            "suggested_key": {
                "default": "Ctrl+8"
            },
            "description": "__MSG_hotkeyPlayDescription__"
        },
        "next": {
            "suggested_key": {
                "default": "Ctrl+9"
            },
            "description": "__MSG_hotkeyNextDescription__"
        }
    }
}