Punk Domains

This extension allows you to access Web3 domains such as .pool, .sgb, .op, .smol, etc.

ما هو Punk Domains؟

Punk Domains هو إضافة Chrome تم تطويرها بواسطة https://punk.domains، والميزة الرئيسية لها هي "This extension allows you to access Web3 domains such as .pool, .sgb, .op, .smol, etc.".

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

screenshot

تحميل ملف CRX للإضافة Punk Domains

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

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

                        This extension resolves top-level domains from the Punk Domains ecosystem.

Punk Domains is a Web3 domain name service that offers domain names for DAOs and communities (.pool, .flr, .op, .smol, etc.)

By using this extension you can easily find an address behind a domain name, or a designated URL that domain should redirect to.

For more information, please visit https://punk.domains or our documentation at https://docs.punk.domains.                    

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

الاسم Punk Domains Punk Domains
ID mdcmgmmealkedhjjpapbgoiabnkgieem
عنوان URL الرسمي https://chromewebstore.google.com/detail/punk-domains/mdcmgmmealkedhjjpapbgoiabnkgieem
الوصف This extension allows you to access Web3 domains such as .pool, .sgb, .op, .smol, etc.
حجم الملف 608 KB
عدد التثبيتات 122
النسخة الحالية 1.5
آخر تحديث 2024-01-17
تاريخ النشر 2022-04-17
تقييم 5.00/5 مجموع تقييمات 4
المطور https://punk.domains
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://punk.domains
عنوان صفحة المساعدة https://docs.punk.domains
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Punk Domains",
    "description": "This extension allows you to access Web3 domains such as .pool, .sgb, .op, .smol, etc.",
    "version": "1.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "icons": {
        "100": "logo.png"
    },
    "action": {
        "default_popup": "index.html"
    }
}