Nametag

Nametags are universal usernames stored on blockchain.

What is Nametag?

Nametag is a Chrome extension developed by Nametag, and its main feature is "Nametags are universal usernames stored on blockchain.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Nametag Extension CRX File

Download Nametag 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

                        The Nametag extension lets you display your Nametag & NFT collection directly on your Twitter profile. Your collection will be viewable by anyone who has the extension installed and visits your profile.                    

Extension Basic Information

Name Nametag Nametag
ID pbomhlnclnkljppaaaioedckboaeggih
Official URL https://chromewebstore.google.com/detail/nametag/pbomhlnclnkljppaaaioedckboaeggih
Description Nametags are universal usernames stored on blockchain.
File Size 1.29 MB
Installation Count 9,014
Current Version 1.0.15
Last Updated 2023-12-07
Publish Date 2021-07-21
Rating 4.90/5 Total 42 Ratings
Developer Nametag
Email [email protected]
Payment Type free
Extension Website https://www.nametag.org/
Privacy Policy Page URL https://nametag.org/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "[email protected]",
    "manifest_version": 3,
    "name": "Nametag",
    "description": "Nametags are universal usernames stored on blockchain.",
    "version": "1.0.15",
    "action": {
        "default_icon": {
            "32": ".\/assets\/img\/32x32.png",
            "64": ".\/assets\/img\/64x64.png",
            "128": ".\/assets\/img\/128x128.png"
        },
        "default_popup": ".\/build\/browserPopupBuild\/index.html"
    },
    "icons": {
        "32": ".\/assets\/img\/32x32.png",
        "64": ".\/assets\/img\/64x64.png",
        "128": ".\/assets\/img\/128x128.png"
    },
    "permissions": [
        "tabs",
        "management",
        "storage",
        "",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                ".\/assets\/css\/variables.css",
                ".\/assets\/css\/global.css",
                ".\/assets\/css\/nametag-marks.css",
                ".\/assets\/css\/gallery.css",
                ".\/assets\/css\/profile-picture.css",
                ".\/assets\/css\/discord-marks.css",
                ".\/assets\/css\/profile-background.css",
                ".\/assets\/css\/twitter-achievements.css",
                ".\/assets\/css\/youtube-marks.css",
                ".\/assets\/css\/achievements.css",
                ".\/assets\/css\/inventoryItem.css"
            ],
            "js": [
                ".\/build\/contentBundle.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/build\/contentBundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": ".\/build\/backgroundBundle.js"
    },
    "offline_enabled": false,
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/nametag.org\/*"
        ]
    }
}