Zing!

Your Social NFT Builder

Zing! क्या है?

Zing! https://zing.fun द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your Social NFT Builder"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Zing! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Zing! Zing!
ID beflighihmokeajonkaekapogkbfabgi
आधिकारिक URL https://chromewebstore.google.com/detail/zing/beflighihmokeajonkaekapogkbfabgi
विवरण Your Social NFT Builder
फ़ाइल का आकार 1.26 MB
स्थापना संख्या 21
वर्तमान संस्करण 0.9.2
अंतिम अपडेट 2022-04-21
प्रकाशन तिथि 2022-03-02
डेवलपर https://zing.fun
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://zing.fun/
समर्थित भाषाएँ 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": []
        }
    ]
}