Auto-fill Douban Music submissions from NeoDB
Quickly search between Douban and NeoDB with direct page navigation
- Clone and extract this project
- Set up your NeoDB Access Token:
- Open
entrypoints/content.tsx
- Find the
AccessToken
variable - Replace
YOUR_NEODB_ACCESS_TOKEN
with your token from https://neodb.social/developer/ - Note: Just replace the token part, keep the "Bearer " prefix
- Open
- Install dependencies and build the extension:
pnpm install pnpm build
- Open
chrome://extensions/
in your browser and enable Developer Mode - Click "Load unpacked" and select the
.output/chrome-mv3
directory from the project
-
On a NeoDB album page, click the ➕ button next to the cover:
- Automatically transfers album information to the Douban Music submission form
- Automatically downloads the album cover image to your computer
- Automatically opens the Douban Music submission page and fills in the information
-
On NeoDB album/movie/TV/book pages, click the 🔍 button next to the cover:
- Search for the corresponding entry on Douban
-
On Douban music/movie/book pages, click the NeoDB logo button at the top of the right sidebar:
- Search for the corresponding entry on NeoDB
MIT