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 là gì?

VK Player là một tiện ích mở rộng Chrome được phát triển bởi Eugene Probkin, và tính năng chính của nó là "The extension VKPlayer allow you to play/pause music on VK.com and switch to next track, just duble click on icon.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng VK Player

Tải xuống các tệp mở rộng VK Player dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VK Player VK Player
ID kcameajjpbgnncnadcilkmfocpabkihh
URL Chính Thức https://chromewebstore.google.com/detail/vk-player/kcameajjpbgnncnadcilkmfocpabkihh
Mô tả The extension VKPlayer allow you to play/pause music on VK.com and switch to next track, just duble click on icon.
Kích Thước Tệp 175 KB
Số Lần Cài Đặt 1,334
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2014-09-23
Ngày Phát Hành 2014-09-23
Đánh Giá 3.16/5 Tổng số 64 Đánh Giá
Nhà Phát Triển Eugene Probkin
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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__"
        }
    }
}