SkyLink - Bluesky DID Detector version history - 5 versions
SkyLink - Bluesky DID Detector by Jesse J. Anderson
SkyLink - Bluesky DID Detector version history - 5 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.4.2
Released Jun 5, 2023 - 28.62 KBWorks with firefox 109.0 and later- Updated the HTTPS method for detecting DID to use the new path (`/.well-known/atproto-did`) and format (served as `text/plain` and just the DID itself)Source code released under The MIT License
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 1.4.1
Released May 22, 2023 - 28.58 KBWorks with firefox 109.0 and later- Small fix for a bug introduced in `1.4.0` that occurs when the browser puts idle extensions to sleepSource code released under The MIT License
Version 1.4.0
Released May 20, 2023 - 28.35 KBWorks with firefox 109.0 and later- Migrate/refactor everything from `content.js` into a self-contained `background.js`
- Swap `activeTab` permission for `tabs` so that we can drop the `<all_urls>` permission
- Remove permissions for "management" as it is not needed
- Migrate Firefox to Manifest v3 (but this means the minimum FF version is now 109)
- Input validation for domains and DIDs (security enhancement)
- Replace `staging.bsky.app` with `bsky.app`Source code released under The MIT License
Version 1.3.0
Released May 7, 2023 - 26.73 KBWorks with firefox 79.0 and later### Added
- Support for alternative HTTPS method for detecting DID
### Changed
- Remove permissions for "tabs" as it is not neededSource code released under The MIT License
Version 1.2.0
Released May 5, 2023 - 26.36 KBWorks with firefox 79.0 and laterSource code released under The MIT License