https://github.com/breadbored/ytm-export
A Firefox extension to collect and export Youtube Music songs in JSON format
https://github.com/breadbored/ytm-export
Last synced: 11 months ago
JSON representation
A Firefox extension to collect and export Youtube Music songs in JSON format
- Host: GitHub
- URL: https://github.com/breadbored/ytm-export
- Owner: breadbored
- Created: 2025-06-24T06:24:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-24T06:37:23.000Z (about 1 year ago)
- Last Synced: 2025-07-18T05:26:47.902Z (11 months ago)
- Language: TypeScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Firefox YouTube Music Export
## Instructions for building the extension
1. **Install Dependencies**: Make sure you have Node.js and npm installed. Then, run:
```bash
npm install
```
2. **Build the Extension**: Use the following command to build the extension:
```bash
npm run build
```
3. **Load the Extension in Firefox**:
- Open Firefox and navigate to `about:debugging#/runtime/this-firefox`.
- Click on "Load Temporary Add-on".
- Select the `manifest.json` file from the `extension/ytm-export/dist` directory.
## Instructions for using the extension from Releases
1. **Download the Extension**: Go to the [Releases page](https://github.com/breadbored/ytm-export/releases) and download the latest `.xpi` file.
2. **Install the Extension**:
- Open Firefox and navigate to `about:addons`.
- Click on the gear icon and select "Install Add-on From File".
- Choose the downloaded `.xpi` file.