Punk Domains

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

Wat is Punk Domains?

Punk Domains is een Chrome-extensie ontwikkeld door https://punk.domains, en de belangrijkste functie is "This extension allows you to access Web3 domains such as .pool, .sgb, .op, .smol, etc.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Punk Domains

Download Punk Domains-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Punk Domains Punk Domains
ID mdcmgmmealkedhjjpapbgoiabnkgieem
Officiële URL https://chromewebstore.google.com/detail/punk-domains/mdcmgmmealkedhjjpapbgoiabnkgieem
Beschrijving This extension allows you to access Web3 domains such as .pool, .sgb, .op, .smol, etc.
Bestandsgrootte 608 KB
Aantal Installaties 122
Huidige Versie 1.5
Laatst Bijgewerkt 2024-01-17
Publicatiedatum 2022-04-17
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://punk.domains
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://punk.domains
Help Pagina-URL https://docs.punk.domains
Ondersteunde Talen 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"
    }
}