SkyLink - Bluesky DID Detector

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

Cos'è SkyLink - Bluesky DID Detector?

SkyLink - Bluesky DID Detector è un'estensione di Chrome sviluppata da jessejanderson, e la sua funzione principale è "Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SkyLink - Bluesky DID Detector

Scarica i file di estensione SkyLink - Bluesky DID Detector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome SkyLink - Bluesky DID Detector SkyLink - Bluesky DID Detector
ID aflpfginfpjhanhkmdpohpggpolfopmb
URL Ufficiale https://chromewebstore.google.com/detail/skylink-bluesky-did-detec/aflpfginfpjhanhkmdpohpggpolfopmb
Descrizione Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.
Dimensione del File 23.21 KB
Conteggio Installazioni 357
Versione Corrente 1.4.2
Ultimo Aggiornamento 2023-06-05
Data di Pubblicazione 2023-05-03
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore jessejanderson
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}