SkyLink - Bluesky DID Detector

Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.

What is SkyLink - Bluesky DID Detector?

SkyLink - Bluesky DID Detector is a Chrome extension developed by jessejanderson, and its main feature is "Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.".

Extension Screenshots

screenshot

Download SkyLink - Bluesky DID Detector Extension CRX File

Download SkyLink - Bluesky DID Detector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        When visiting a domain that has an associated Bluesky profile, the extension logo changes to blue and clicking it will take you to their profile in the Bluesky web app.

Don't forget to pin the extension so that it's always visible!                    

Extension Basic Information

Name SkyLink - Bluesky DID Detector SkyLink - Bluesky DID Detector
ID aflpfginfpjhanhkmdpohpggpolfopmb
Official URL https://chromewebstore.google.com/detail/skylink-bluesky-did-detec/aflpfginfpjhanhkmdpohpggpolfopmb
Description Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.
File Size 23.21 KB
Installation Count 357
Current Version 1.4.2
Last Updated 2023-06-05
Publish Date 2023-05-03
Rating 5.00/5 Total 4 Ratings
Developer jessejanderson
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SkyLink - Bluesky DID Detector",
    "short_name": "SkyLink",
    "version": "1.4.2",
    "author": "[email protected]",
    "action": {
        "default_icon": {
            "48": "logo48_gray.png",
            "128": "logo128_gray.png"
        }
    },
    "icons": {
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "description": "Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    }
}