Zing!
Your Social NFT Builder
什麼是Zing!?
Zing!是由https://zing.fun開發的Chrome擴展程式,該擴展的主要功能是“Your Social NFT Builder”。
擴展截圖
下載Zing!擴展crx文件
下載Zing!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | beflighihmokeajonkaekapogkbfabgi |
| 官方網址 | 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": []
}
]
} | |