Punk Domains
This extension allows you to access Web3 domains such as .pool, .sgb, .op, .smol, etc.
What is Punk Domains?
Punk Domains is a Chrome extension developed by https://punk.domains, and its main feature is "This extension allows you to access Web3 domains such as .pool, .sgb, .op, .smol, etc.".
Extension Screenshots
Download Punk Domains Extension CRX File
Download Punk Domains extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Punk Domains |
ID | mdcmgmmealkedhjjpapbgoiabnkgieem |
Official URL | https://chromewebstore.google.com/detail/punk-domains/mdcmgmmealkedhjjpapbgoiabnkgieem |
Description | This extension allows you to access Web3 domains such as .pool, .sgb, .op, .smol, etc. |
File Size | 608 KB |
Installation Count | 122 |
Current Version | 1.5 |
Last Updated | 2024-01-17 |
Publish Date | 2022-04-17 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://punk.domains |
[email protected] | |
Payment Type | free |
Extension Website | https://punk.domains |
Help Page URL | https://docs.punk.domains |
Supported Languages | 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" } } |