Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukasw01/letterboxd-backdrop
(Mirror) A Browser extension that adds a custom backdrop image to your Letterboxd profile.
https://github.com/lukasw01/letterboxd-backdrop
letterboxd ts webextension
Last synced: 3 days ago
JSON representation
(Mirror) A Browser extension that adds a custom backdrop image to your Letterboxd profile.
- Host: GitHub
- URL: https://github.com/lukasw01/letterboxd-backdrop
- Owner: LukasW01
- License: mit
- Created: 2024-01-03T19:31:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-03T23:52:55.000Z (8 days ago)
- Last Synced: 2025-01-05T22:32:54.286Z (6 days ago)
- Topics: letterboxd, ts, webextension
- Language: TypeScript
- Homepage: https://gitlab.com/LukasW01/Letterboxd-Backdrop
- Size: 6.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Letterboxd-Backdrop
Browser extension that adds a custom backdrop image to your Letterboxd profile. The changes of the backdrop image are only made locally on your device and no modifications on letterboxd's servers are performed.Note: This extension is not affiliated with Letterboxd in any way.
![letterboxd-profile](data/letterboxd-profile.png)
## Getting Started
Install packages:
```bash
pnpm i
```Build the extension:
```bash
pnpm build:all
```## License
This program is licensed under the MIT-License. See the "LICENSE" file for more information