SkyLink - Bluesky DID Detector

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

¿Qué es SkyLink - Bluesky DID Detector?

SkyLink - Bluesky DID Detector es una extensión de Chrome desarrollada por jessejanderson, y su función principal es "Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión SkyLink - Bluesky DID Detector

Descarga archivos de extensión SkyLink - Bluesky DID Detector en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre SkyLink - Bluesky DID Detector SkyLink - Bluesky DID Detector
ID aflpfginfpjhanhkmdpohpggpolfopmb
URL Oficial https://chromewebstore.google.com/detail/skylink-bluesky-did-detec/aflpfginfpjhanhkmdpohpggpolfopmb
Descripción Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.
Tamaño del Archivo 23.21 KB
Cantidad de Instalaciones 357
Versión Actual 1.4.2
Última Actualización 2023-06-05
Fecha de Publicación 2023-05-03
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador jessejanderson
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}