Zing!
Your Social NFT Builder
Cos'è Zing!?
Zing! è un'estensione di Chrome sviluppata da https://zing.fun, e la sua funzione principale è "Your Social NFT Builder".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Zing!
Scarica i file di estensione Zing! 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
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.
Informazioni di Base sull'Estensione
Nome | Zing! |
ID | beflighihmokeajonkaekapogkbfabgi |
URL Ufficiale | https://chromewebstore.google.com/detail/zing/beflighihmokeajonkaekapogkbfabgi |
Descrizione | Your Social NFT Builder |
Dimensione del File | 1.26 MB |
Conteggio Installazioni | 21 |
Versione Corrente | 0.9.2 |
Ultimo Aggiornamento | 2022-04-21 |
Data di Pubblicazione | 2022-03-02 |
Sviluppatore | https://zing.fun |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://zing.fun/ |
Lingue Supportate | 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": [] } ] } |