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開發的Chrome擴展程式,該擴展的主要功能是“The extension VKPlayer allow you to play/pause music on VK.com and switch to next track, just duble click on icon.”。
擴展截圖
下載VK Player擴展crx文件
下載VK Player擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This application allow you control VK music player without tab switching!
擴展基本資訊
名稱 | VK Player |
ID | kcameajjpbgnncnadcilkmfocpabkihh |
官方網址 | 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__" } } } |