SkyLink - Bluesky DID Detector

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

Wat is SkyLink - Bluesky DID Detector?

SkyLink - Bluesky DID Detector is een Chrome-extensie ontwikkeld door jessejanderson, en de belangrijkste functie is "Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SkyLink - Bluesky DID Detector

Download SkyLink - Bluesky DID Detector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam SkyLink - Bluesky DID Detector SkyLink - Bluesky DID Detector
ID aflpfginfpjhanhkmdpohpggpolfopmb
Officiële URL https://chromewebstore.google.com/detail/skylink-bluesky-did-detec/aflpfginfpjhanhkmdpohpggpolfopmb
Beschrijving Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.
Bestandsgrootte 23.21 KB
Aantal Installaties 357
Huidige Versie 1.4.2
Laatst Bijgewerkt 2023-06-05
Publicatiedatum 2023-05-03
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar jessejanderson
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}