mirror of
https://github.com/tubearchivist/browser-extension.git
synced 2024-11-22 11:40:13 +00:00
notes for cookie sync
This commit is contained in:
parent
7fe2165215
commit
dff62fb123
@ -11,6 +11,7 @@ A browser extension to bridge YouTube with [Tube Archivist](https://github.com/t
|
|||||||
- Add your Tube Archivist connection details in the addon popup
|
- Add your Tube Archivist connection details in the addon popup
|
||||||
- Add a download button to the popup for YouTube links
|
- Add a download button to the popup for YouTube links
|
||||||
- Add a subscribe button to subscribe to channels and playlists
|
- Add a subscribe button to subscribe to channels and playlists
|
||||||
|
- Sync your cookies for yt-dlp.
|
||||||
|
|
||||||
![popup screenshot](assets/screenshot.png?raw=true "Tube Archivist Companion Popup")
|
![popup screenshot](assets/screenshot.png?raw=true "Tube Archivist Companion Popup")
|
||||||
|
|
||||||
@ -24,6 +25,7 @@ After a new release here on GitHub, you'll get updates automatically in your bro
|
|||||||
## Permissions
|
## Permissions
|
||||||
- **Access your data for www.youtube.com**: Needed for the addon to know your current page on YouTube to send the link to Tube Archivist.
|
- **Access your data for www.youtube.com**: Needed for the addon to know your current page on YouTube to send the link to Tube Archivist.
|
||||||
- **Storage**: Needed to store your connection details, needed to store your last visited YouTube link within the browser.
|
- **Storage**: Needed to store your connection details, needed to store your last visited YouTube link within the browser.
|
||||||
|
- **Cookie**: Needed to read your cookies for youtube.com to access restricted videos.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
- **URL**: This is where your Tube Archivist instance is located. Can be a host name or a IP address, use a full URL with protocol, e.g. *http://*.
|
- **URL**: This is where your Tube Archivist instance is located. Can be a host name or a IP address, use a full URL with protocol, e.g. *http://*.
|
||||||
@ -32,6 +34,9 @@ After a new release here on GitHub, you'll get updates automatically in your bro
|
|||||||
|
|
||||||
A green checkmark will appear next to the *Save* button if your connection is working.
|
A green checkmark will appear next to the *Save* button if your connection is working.
|
||||||
|
|
||||||
|
## Options
|
||||||
|
- **Sync YouTube cookies**: Send your cookies to TubeArchivist to use for yt-dlp requests.
|
||||||
|
|
||||||
## Test this extension
|
## Test this extension
|
||||||
Use the correct manifest file for your browser. Either rename the browser specific file to `manifest.json` before loading the addon or symlink it to the correct location, e.g. `ln -s manifest-firefox.json manifest.json`.
|
Use the correct manifest file for your browser. Either rename the browser specific file to `manifest.json` before loading the addon or symlink it to the correct location, e.g. `ln -s manifest-firefox.json manifest.json`.
|
||||||
- Firefox
|
- Firefox
|
||||||
|
Loading…
Reference in New Issue
Block a user