Skip to content

yamakeeeeeeeeen/spotify-share-chrome-extension

Repository files navigation

spotify-share-chrome-extension

Setup

  1. Spotify for Developers からアプリを作成

  2. Client ID と Client Secret を.envに追加

    REACT_APP_CLIENT_ID=Client ID
    REACT_APP_CLIENT_SECRET=Client Secret

  3. yarn

  4. yarn build-react

  5. yarn build-others

  6. distを chrome の拡張機能に追加

  7. 拡張機能 ID を確認し、.envREACT_APP_REDIRECT_URIS=chrome-extension://拡張機能ID/popup.htmlを追加

  8. Spotify for Developers のRedirect URIschrome-extension://拡張機能ID/popup.htmlを追加

  9. yarn build-react

  10. yarn build-others

Usage

You can control the music playing on Spotify from a chrome extension.

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published