SkyLink - Bluesky DID Detector

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

Qu'est-ce que SkyLink - Bluesky DID Detector ?

SkyLink - Bluesky DID Detector est une extension Chrome développée par jessejanderson, et sa fonction principale est "Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SkyLink - Bluesky DID Detector

Téléchargez les fichiers d'extension SkyLink - Bluesky DID Detector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom SkyLink - Bluesky DID Detector SkyLink - Bluesky DID Detector
ID aflpfginfpjhanhkmdpohpggpolfopmb
URL Officiel 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.
Taille du Fichier 23.21 KB
Nombre d'Installations 357
Version Actuelle 1.4.2
Dernière Mise à Jour 2023-06-05
Date de Publication 2023-05-03
Évaluation 5.00/5 Total 4 Évaluations
Développeur jessejanderson
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}