SkyLink - Bluesky DID Detector

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

Co je SkyLink - Bluesky DID Detector?

SkyLink - Bluesky DID Detector je rozšíření Chrome vyvinuté jessejanderson, a jeho hlavní funkcí je „Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SkyLink - Bluesky DID Detector

Stáhněte si soubory rozšíření SkyLink - Bluesky DID Detector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název SkyLink - Bluesky DID Detector SkyLink - Bluesky DID Detector
ID aflpfginfpjhanhkmdpohpggpolfopmb
Oficiální URL https://chromewebstore.google.com/detail/skylink-bluesky-did-detec/aflpfginfpjhanhkmdpohpggpolfopmb
Popis Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.
Velikost souboru 23.21 KB
Počet instalací 357
Aktuální Verze 1.4.2
Poslední Aktualizace 2023-06-05
Datum Vydání 2023-05-03
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář jessejanderson
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}