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 |
| Eメール | [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": []
}
]
} | |