Zing!

Your Social NFT Builder

Zing!란 무엇입니까?

Zing!은(는) https://zing.fun에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your Social NFT Builder"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Zing! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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