Zing!

Your Social NFT Builder

Wat is Zing!?

Zing! is een Chrome-extensie ontwikkeld door https://zing.fun, en de belangrijkste functie is "Your Social NFT Builder".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Zing!

Download Zing!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        With Zing! Mint Your Tweet Into NFT In a Second.
Fan Economy: Capitalize on your tweets and engage your fans. 
Gifting: Mint your tweet as a gift to your friend.
Retaining Memories: Celebrate your milestones and achievements.
Documentation: Tokenize your records for certification.                    

Basisinformatie over de Extensie

Naam Zing! Zing!
ID beflighihmokeajonkaekapogkbfabgi
Officiële URL https://chromewebstore.google.com/detail/zing/beflighihmokeajonkaekapogkbfabgi
Beschrijving Your Social NFT Builder
Bestandsgrootte 1.26 MB
Aantal Installaties 21
Huidige Versie 0.9.2
Laatst Bijgewerkt 2022-04-21
Publicatiedatum 2022-03-02
Ontwikkelaar https://zing.fun
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://zing.fun/
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Your Social NFT Builder",
    "version": "0.9.2",
    "name": "Zing!",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icon-48.png"
    },
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "zksync-crypto-web_bg.wasm",
                "sandbox.html",
                "*.woff2"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        },
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-48.png"
            ],
            "matches": []
        }
    ]
}