Zing!
Your Social NFT Builder
Vad är Zing!?
Zing! är en Chrome-tillägg utvecklad av https://zing.fun, och dess huvudfunktion är "Your Social NFT Builder".
Tilläggsskärmbilder
Ladda ner Zing!-förlängningens CRX-fil
Ladda ner Zing!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | beflighihmokeajonkaekapogkbfabgi |
| Officiell webbadress | https://chromewebstore.google.com/detail/zing/beflighihmokeajonkaekapogkbfabgi |
| Beskrivning | Your Social NFT Builder |
| Filstorlek | 1.26 MB |
| Antal Installationer | 21 |
| Aktuell Version | 0.9.2 |
| Senast Uppdaterad | 2022-04-21 |
| Publiceringsdatum | 2022-03-02 |
| Utvecklare | https://zing.fun |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://zing.fun/ |
| Stödda Språk | 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": []
}
]
} | |