SkyLink - Bluesky DID Detector

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

ما هو SkyLink - Bluesky DID Detector؟

SkyLink - Bluesky DID Detector هو إضافة Chrome تم تطويرها بواسطة jessejanderson، والميزة الرئيسية لها هي "Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SkyLink - Bluesky DID Detector

قم بتنزيل ملفات الامتداد SkyLink - Bluesky DID Detector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم SkyLink - Bluesky DID Detector SkyLink - Bluesky DID Detector
ID aflpfginfpjhanhkmdpohpggpolfopmb
عنوان URL الرسمي https://chromewebstore.google.com/detail/skylink-bluesky-did-detec/aflpfginfpjhanhkmdpohpggpolfopmb
الوصف Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.
حجم الملف 23.21 KB
عدد التثبيتات 357
النسخة الحالية 1.4.2
آخر تحديث 2023-06-05
تاريخ النشر 2023-05-03
تقييم 5.00/5 مجموع تقييمات 4
المطور jessejanderson
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}