SkyLink - Bluesky DID Detector
Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.
Was ist SkyLink - Bluesky DID Detector?
SkyLink - Bluesky DID Detector ist eine Chrome-Erweiterung, die von jessejanderson entwickelt wurde, und ihr Hauptmerkmal ist "Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.".
Erweiterungsscreenshots
SkyLink - Bluesky DID Detector-Erweiterungs-CRX-Datei herunterladen
Laden Sie SkyLink - Bluesky DID Detector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | SkyLink - Bluesky DID Detector |
ID | aflpfginfpjhanhkmdpohpggpolfopmb |
Offizielle URL | https://chromewebstore.google.com/detail/skylink-bluesky-did-detec/aflpfginfpjhanhkmdpohpggpolfopmb |
Beschreibung | Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile. |
Dateigröße | 23.21 KB |
Installationsanzahl | 357 |
Aktuelle Version | 1.4.2 |
Letztes Update | 2023-06-05 |
Veröffentlichungsdatum | 2023-05-03 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | jessejanderson |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |