Punk Domains
This extension allows you to access Web3 domains such as .pool, .sgb, .op, .smol, etc.
Cos'è Punk Domains?
Punk Domains è un'estensione di Chrome sviluppata da https://punk.domains, e la sua funzione principale è "This extension allows you to access Web3 domains such as .pool, .sgb, .op, .smol, etc.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Punk Domains
Scarica i file di estensione Punk Domains in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Punk Domains |
ID | mdcmgmmealkedhjjpapbgoiabnkgieem |
URL Ufficiale | https://chromewebstore.google.com/detail/punk-domains/mdcmgmmealkedhjjpapbgoiabnkgieem |
Descrizione | This extension allows you to access Web3 domains such as .pool, .sgb, .op, .smol, etc. |
Dimensione del File | 608 KB |
Conteggio Installazioni | 122 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2024-01-17 |
Data di Pubblicazione | 2022-04-17 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://punk.domains |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://punk.domains |
URL della Pagina di Aiuto | https://docs.punk.domains |
Lingue Supportate | 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" } } |