Punk Domains

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

Punk Domains란 무엇입니까?

Punk Domains은(는) https://punk.domains에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to access Web3 domains such as .pool, .sgb, .op, .smol, etc."입니다.

확장 프로그램 스크린샷

screenshot

Punk Domains 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 URL 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"
    }
}