Nametag

Nametags are universal usernames stored on blockchain.

Nametagとは何ですか?

NametagはNametagによって開発されたChromeの拡張機能で、その主な機能は「Nametags are universal usernames stored on blockchain.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Nametag拡張機能のCRXファイルをダウンロード

Nametag拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Nametag Nametag
ID pbomhlnclnkljppaaaioedckboaeggih
公式URL https://chromewebstore.google.com/detail/nametag/pbomhlnclnkljppaaaioedckboaeggih
説明 Nametags are universal usernames stored on blockchain.
ファイルサイズ 1.29 MB
インストール数 9,014
現在のバージョン 1.0.15
最終更新日 2023-12-07
公開日 2021-07-21
評価 4.90/5 合計 42 レビュー
開発者 Nametag
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.nametag.org/
プライバシーポリシーページのURL https://nametag.org/privacy-policy
対応言語 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\/*"
        ]
    }
}