SkyLink - Bluesky DID Detector

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

Co to jest SkyLink - Bluesky DID Detector?

SkyLink - Bluesky DID Detector to rozszerzenie Chrome opracowane przez jessejanderson, a jego główną funkcją jest „Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SkyLink - Bluesky DID Detector

Pobierz pliki rozszerzeń SkyLink - Bluesky DID Detector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa SkyLink - Bluesky DID Detector SkyLink - Bluesky DID Detector
ID aflpfginfpjhanhkmdpohpggpolfopmb
Oficjalny URL https://chromewebstore.google.com/detail/skylink-bluesky-did-detec/aflpfginfpjhanhkmdpohpggpolfopmb
Opis Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.
Rozmiar pliku 23.21 KB
Liczba instalacji 357
Aktualna Wersja 1.4.2
Ostatnia Aktualizacja 2023-06-05
Data Publikacji 2023-05-03
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper jessejanderson
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}