https://github.com/dinoscapeprogramming/youtube-offline-extension
The official browser extension for YouTube Offline enabling downloading your favorite content right in your browser.
https://github.com/dinoscapeprogramming/youtube-offline-extension
Last synced: about 1 year ago
JSON representation
The official browser extension for YouTube Offline enabling downloading your favorite content right in your browser.
- Host: GitHub
- URL: https://github.com/dinoscapeprogramming/youtube-offline-extension
- Owner: DinoscapeProgramming
- License: apache-2.0
- Created: 2024-03-10T18:53:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T19:01:50.000Z (over 2 years ago)
- Last Synced: 2025-02-12T17:28:06.328Z (over 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Youtube Offline Extension
The official browser extension for YouTube Offline enabling downloading your favorite content right in your browser.
## How to Install
- Download the zip file of this repository and unzip it
- Go to `chrome://extensions` on Google Chrome or `about:addons` on Mozilla Firefox
- Click on `load unpacked extension` and choise the folder with this extension at your chosen destination
## Security
If you are selfhosting YouTube Offline and worried about the security about the default WebSocket Server on port `8080`, you can change this port or/and create an authentication token for your apps (basically storing a JWT token that you need to enter once to verify the legitimacy of the browser extension to YouTube Offline's WebSocket server).