DegenTweet

One-Click NFT Twitter giveaway automation tool

DegenTweet란 무엇입니까?

DegenTweet은(는) degentweet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One-Click NFT Twitter giveaway automation tool"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        A easy way to enter NFT giveaways! Like, RT, follow and tag friends with just one click. Visit degentweet.xyz for more information.                    

확장 프로그램 기본 정보

이름 DegenTweet DegenTweet
ID clcimpfipfmikljncbhpigbhndnlgjhi
공식 URL https://chromewebstore.google.com/detail/degentweet/clcimpfipfmikljncbhpigbhndnlgjhi
설명 One-Click NFT Twitter giveaway automation tool
파일 크기 228 KB
설치 횟수 632
현재 버전 1.0.1
최근 업데이트 2022-08-23
출시 날짜 2022-08-20
평점 5.00/5 총 2 개의 평점
개발자 degentweet
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.degentweet.xyz/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DegenTweet",
    "description": "One-Click NFT Twitter giveaway automation tool",
    "version": "1.0.1",
    "manifest_version": 3,
    "author": {
        "name": "DegenTweet",
        "url": "https:\/\/www.degentweet.xyz"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "background": {
        "service_worker": "js\/worker-bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/www.degentweet.xyz\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "resources": [
                "icons\/*.png"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}