Zing!
Your Social NFT Builder
Zing!คืออะไร?
Zing! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zing.fun และคุณลักษณะหลักของมันคือ "Your Social NFT Builder"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zing!
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Zing! |
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": [] } ] } |