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 |
| 官方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": []
}
]
} | |