Zing!
Your Social NFT Builder
Zing! là gì?
Zing! là một tiện ích mở rộng Chrome được phát triển bởi https://zing.fun, và tính năng chính của nó là "Your Social NFT Builder".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Zing!
Tải xuống các tệp mở rộng Zing! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Zing! |
ID | beflighihmokeajonkaekapogkbfabgi |
URL Chính Thức | https://chromewebstore.google.com/detail/zing/beflighihmokeajonkaekapogkbfabgi |
Mô tả | Your Social NFT Builder |
Kích Thước Tệp | 1.26 MB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 0.9.2 |
Cập Nhật Lần Cuối | 2022-04-21 |
Ngày Phát Hành | 2022-03-02 |
Nhà Phát Triển | https://zing.fun |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://zing.fun/ |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } ] } |