Instantly find and follow the same users from your ?(Twitter) follows on Bluesky.
Note
We recommend using the Chrome Web Store version as it's always up to date. Other store versions may lag behind in updates.
Alt + B
shortcut or click on the toolbar icon to launch the Sky Follower Bridge extension.Finding Bluesky Users
btn.Tip
For Firefox users, pressing Alt + B
may not work. In that case, click the extension icon in the browser toolbar.
https://support.mozilla.org/en-US/kb/extensions-button
PLASMO_PUBLIC_BSKY_DOMAIN
: The Bluesky domain to use (default: "bsky.social")If you want to use this extension with a custom PDS (Personal Data Server) instead of the default bsky.social, you have two options:
git clone https://github.com/kawamataryo/sky-follower-bridge.git
cd sky-follower-bridge
npm install
.env
file in the root directory:echo "PLASMO_PUBLIC_BSKY_DOMAIN=bsky.social" > .env
# For Chrome
npm run build
npm run package
# For Firefox
npm run build:firefox
npm run package:firefox
You can also pass the domain directly during build:
# For Chrome
PLASMO_PUBLIC_BSKY_DOMAIN=your-custom-domain.com npm run build
PLASMO_PUBLIC_BSKY_DOMAIN=your-custom-domain.com npm run package
# For Firefox
PLASMO_PUBLIC_BSKY_DOMAIN=your-custom-domain.com npm run build:firefox
PLASMO_PUBLIC_BSKY_DOMAIN=your-custom-domain.com npm run package:firefox
After building, you can load the extension:
For Chrome/Edge:
chrome://extensions/
(or edge://extensions/
)build/chrome-mv3-prod
directoryFor Firefox:
about:debugging#/runtime/this-firefox
dist
directorybuild
directorydist
directoryusername.your-custom-domain.com