Skip to content

NicholasBuse/Play-Button-For-Spotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play-Button-For-Spotify

Based heavliy on Illuzor's Play-Button-For-Pocket-Casts

Install

Description

This extension allows to control playing of current song on Spotify site by button and by keyboard media keys.

Features

  • Hardware media keys support (may be disabled in options);
  • Extremely lightweight. About 10 kilobytes;
  • Without unnecessary permissions;
  • Easy to use.

Keyboard media keys support:

  • Play/Pause ⏯;
  • Back ⏮ - skip back;
  • Forward ⏭ - skip forward.

Screenshot

sp_screenshot2.png

Localization

This extension supports multilanguage. If you want help to translate it to your language:

  1. Fork this repository and clone it to your computer;
  2. Create folder with your language code name in source/_locales/ folder. For example source/_locales/ru/ for russian;
  3. Copy messages.json from source/_locales/en/ and translate text for every message key. messages.json is simple json file;
  4. Commit changes into a new branch;
  5. Push your commit;
  6. Create pull request.

Or just send me translated messages.json via email.

See also