I've made this extension available via the following providers:
Firefox | Chrome | Edge |
---|---|---|
![]() |
![]() |
![]() |
- Install the extension via any of the providers above.
- Go to music recs without context Facebook group.
- Open the extension and authenticate with your Spotify account.
- Load the thread that you want to export. Make sure to collapse all comments by clicking "View More" to include them for export.
- From the dropdown, select the thread that you want to export. Once selected click "Get List".
- After getting the list, you should now have a preview of the tracks to be exported. Click "Create Playlist".
- If the playlist is successfully created, you can view the playlist by clicking "Open Playlist".
I'm using Webpack to bundle all the necessary modules of the extension.
- node
- Chrome/Firefox
- Spotify developer account
- Clone this repository.
- Install all the dependencies by running
yarn install
. - Run webpack with
yarn start
. This will watch for file changes. - Load the extension depending on the browser that you're using.
- In Chrome, go to Extensions > Load Unpacked and load the
build/
directory. - In Firefox, install the node package
web-ext
and executeweb-ext build/
.
- To build the bundle, enter
yarn build
. This will create the zipped bundle indist/
.
- cleanup code
- improve error handling
- handle big thread
- create proper icon
- release for Firefox
- allow curating tracks before export
If you have issues using the extension, feel free to send an email to [email protected].