vPause - vk.com player hotkeys

Control vk.com (vkontakte) audioplayer form any tab: hotkeys, toolbar button

vPause - vk.com player hotkeys क्या है?

vPause - vk.com player hotkeys Spadar Shut द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Control vk.com (vkontakte) audioplayer form any tab: hotkeys, toolbar button"।

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

screenshot

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

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

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

                        Ask questions at http://vk.com/vpause

* Addressbar button to play/pause the player
* A configurable action on double clicking the button: play previous track, play next track, toggle repeat, switch to the tab with player, add current song to my audio
* Hotkeys allow to switch tracks, play, pause, control volume * Optionally show track time on the button
* Hovering the button will show a tooltip with current track title and duration                    

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

नाम vPause - vk.com player hotkeys vPause - vk.com player hotkeys
ID dbjhmpmaehamokkakfmacgjepggojhmo
आधिकारिक URL https://chromewebstore.google.com/detail/vpause-vkcom-player-hotke/dbjhmpmaehamokkakfmacgjepggojhmo
विवरण Control vk.com (vkontakte) audioplayer form any tab: hotkeys, toolbar button
फ़ाइल का आकार 34.76 KB
स्थापना संख्या 849
वर्तमान संस्करण 4.1.2
अंतिम अपडेट 2020-03-28
प्रकाशन तिथि 2020-03-19
रेटिंग 4.29/5 कुल 45 रेटिंग्स
डेवलपर Spadar Shut
भुगतान के प्रकार free
समर्थित भाषाएँ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "vPause - vk.com player hotkeys",
    "developer": {
        "name": "Pavel Shut",
        "url": "http:\/\/vk.com\/spadarshut"
    },
    "description": "__MSG_extensionDecription__",
    "default_locale": "ru",
    "manifest_version": 2,
    "version": "4.1.2",
    "icons": {
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "img\/btn_play.png",
        "default_title": "vPause"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/vpause-background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/vpause-contentscript.js"
            ],
            "matches": [
                ""
            ],
            "include_globs": [
                "*"
            ],
            "exclude_globs": [],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "js\/shortcut.js",
        "js\/vpause-injected-hotkeys.js",
        "js\/vpause-injected-listeners.js"
    ],
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "storage",
        "http:\/\/*\/*"
    ],
    "commands": {
        "togglePlay": {
            "description": "__MSG_labelHotkeyPlayPause__",
            "global": true
        },
        "prevTrack": {
            "description": "__MSG_labelHotkeyPrevTrack__",
            "global": true
        },
        "nextTrack": {
            "description": "__MSG_labelHotkeyNextTrack__",
            "global": true
        },
        "makeItLouder": {
            "description": "__MSG_labelHotkeyVolUp__",
            "global": true
        },
        "makeItQuieter": {
            "description": "__MSG_labelHotkeyVolDown__",
            "global": true
        },
        "toggleRepeat": {
            "description": "__MSG_labelToggleRepeat__",
            "global": true
        },
        "toggleMute": {
            "description": "__MSG_labelToggleMute__",
            "global": true
        },
        "toggleShuffle": {
            "description": "__MSG_labelToggleShuffle__",
            "global": true
        },
        "addToMyMusic": {
            "description": "__MSG_labelAddSong__",
            "global": true
        },
        "seekForward": {
            "description": "__MSG_labelSeekForward__",
            "global": true
        },
        "seekBack": {
            "description": "__MSG_labelSeekBack__",
            "global": true
        }
    }
}