HotKey Music Controller: YouTube, Spotify

Use keyboard media hotkeys to control YouTube, Youtube Music, Spotify, Tidal, Deezer and improve focus and increase productivity

Τι είναι το HotKey Music Controller: YouTube, Spotify;

Το HotKey Music Controller: YouTube, Spotify είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mathias Gilson, και η κύρια λειτουργία του είναι "Use keyboard media hotkeys to control YouTube, Youtube Music, Spotify, Tidal, Deezer and improve focus and increase productivity".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης HotKey Music Controller: YouTube, Spotify

Λήψη αρχείων επέκτασης HotKey Music Controller: YouTube, Spotify σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Use media hotkeys to control Youtube, Youtube Music, Spotify, Tidal and Deezer

Improve Focus and Increase Productivity by using your keyboard media keys ⏪⏯⏩ to control your favorite streaming music service 🎵🎧 without having to switch tab 😎

Open source on GitHub https://github.com/MathiasGilson/MusicControllerChromeExtension

Features :

- Control Spotify from any web page
- Control Tidal from any web page
- Control Youtube Music from any web page
- Control Youtube from any web page
- Control Deezer from any web page
- Control all your music from a single extension. 

- Hotkeys for Spotify
- Hotkeys for Tidal
- Hotkeys for Youtube
- Hotkeys for YouTube Music
- Hotkeys for Deezer

- Increase Productivity and End Distraction Through Your Computer Browser

-----

YouTube Music is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα HotKey Music Controller: YouTube, Spotify HotKey Music Controller: YouTube, Spotify
ID pohakmokiogdbhiocmacgalcmnfdbbne
Επίσημο URL https://chromewebstore.google.com/detail/hotkey-music-controller-y/pohakmokiogdbhiocmacgalcmnfdbbne
Περιγραφή Use keyboard media hotkeys to control YouTube, Youtube Music, Spotify, Tidal, Deezer and improve focus and increase productivity
Μέγεθος Αρχείου 13.51 KB
Αριθμός Εγκαταστάσεων 1,902
Τρέχουσα Έκδοση 0.0.5
Τελευταία Ενημέρωση 2020-04-14
Ημερομηνία Δημοσίευσης 2020-04-08
Αξιολόγηση 4.21/5 Συνολικά 38 Αξιολογήσεις
Προγραμματιστής Mathias Gilson
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/MathiasGilson/MediaControllerChromeExtension
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/MathiasGilson/MediaControllerChromeExtension
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HotKey Music Controller: YouTube, Spotify",
    "short_name": "keyboard-media-hotkey-music-controller",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Use keyboard media hotkeys to control YouTube, Youtube Music, Spotify, Tidal, Deezer and improve focus and increase productivity",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/music.youtube.com\/*",
        "https:\/\/www.deezer.com\/*",
        "https:\/\/open.spotify.com\/*",
        "https:\/\/listen.tidal.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png",
            "48": "icons\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "commands": {
        "NextTrack": {
            "suggested_key": {
                "default": "MediaNextTrack"
            },
            "description": "MediaNextTrack"
        },
        "PreviousTrack": {
            "suggested_key": {
                "default": "MediaPrevTrack"
            },
            "description": "MediaPrevTrack"
        },
        "PlayPause": {
            "suggested_key": {
                "default": "MediaPlayPause"
            },
            "description": "MediaPlayPause"
        }
    },
    "background": {
        "scripts": [
            "inject.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": []
}