Nametag

Nametags are universal usernames stored on blockchain.

Cos'è Nametag?

Nametag è un'estensione di Chrome sviluppata da Nametag, e la sua funzione principale è "Nametags are universal usernames stored on blockchain.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Nametag

Scarica i file di estensione Nametag 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Nametag Nametag
ID pbomhlnclnkljppaaaioedckboaeggih
URL Ufficiale https://chromewebstore.google.com/detail/nametag/pbomhlnclnkljppaaaioedckboaeggih
Descrizione Nametags are universal usernames stored on blockchain.
Dimensione del File 1.29 MB
Conteggio Installazioni 9,014
Versione Corrente 1.0.15
Ultimo Aggiornamento 2023-12-07
Data di Pubblicazione 2021-07-21
Valutazione 4.90/5 Totale 42 Valutazioni
Sviluppatore Nametag
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.nametag.org/
URL della Pagina della Politica sulla Privacy https://nametag.org/privacy-policy
Lingue Supportate 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\/*"
        ]
    }
}