CyberPetaCraft

AI-Enhanced Twitter Interaction.

CyberPetaCraft란 무엇입니까?

CyberPetaCraft은(는) cyberpetacraft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AI-Enhanced Twitter Interaction."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Dive into the world of CyberPetaCraft, where training an AI robot on Twitter is redefining social entertainment. After connecting your wallet with browser extension, you'll receive a free AI robotic assistant. Boost robot's power to unlock generous $COGS rewards.

Complete evolution and become your exclusive digital avatar, designed to use your tone and mimic your behaviors on Twitter. The evolution into a personalized AI enables a unique and engaging digital interaction, adapting and responding to social media trends in your style. This deepens your engagement and enriches your experience on the platform. 

CyberPetaCraft seamlessly integrates AI with social media, offering a unique and innovative journey through the Web3 landscape.                    

확장 프로그램 기본 정보

이름 CyberPetaCraft CyberPetaCraft
ID fjlcpgdeknkhhkmjdgkmaefaedmpchil
공식 URL https://chromewebstore.google.com/detail/cyberpetacraft/fjlcpgdeknkhhkmjdgkmaefaedmpchil
설명 AI-Enhanced Twitter Interaction.
파일 크기 1.28 MB
설치 횟수 7,056
현재 버전 1.8.0
최근 업데이트 2024-02-17
출시 날짜 2023-12-26
평점 4.81/5 총 27 개의 평점
개발자 cyberpetacraft
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.cyberpetacraft.xyz/
개인정보 보호 정책 페이지 URL https://cyberpetacraft.gitbook.io/docs/policy-and-legal-info/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CyberPetaCraft",
    "version": "1.8.0",
    "description": "AI-Enhanced Twitter Interaction.",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/twitter.com\/*"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/extension\/inject.js",
                "imgs\/*",
                "pagination.css",
                "swiper.css"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "resources": [
                "assets\/metamask-9e279391.svg",
                "assets\/trust-1063d626.png",
                "assets\/okx-144d8b5b.png",
                "assets\/flashlight-771e2110.svg",
                "assets\/wrench-06c5ee37.svg",
                "assets\/[email protected]",
                "assets\/sleep-677aea10.gif",
                "assets\/icon-confirm-c2c6eb42.svg",
                "assets\/icon-gpt4-7348d9cb.svg",
                "assets\/theme-b5804b66.js",
                "assets\/helper-e62355a6.js",
                "assets\/message-9b8bdaae.js",
                "assets\/Button-8791f8cc.js",
                "assets\/chunk-KRPLQIP4-397eb059.js",
                "assets\/InitLoading-8285fb83.js",
                "assets\/ConnectWallet-3885af7b.js",
                "assets\/BindReferrer-f090e79a.js",
                "assets\/HomePage-162a12f1.js",
                "assets\/main.tsx-fac43227.js",
                "assets\/query-7b26b3f8.js",
                "assets\/BnbHeader-e58a631b.js",
                "assets\/wallet-3e2fd588.js",
                "assets\/RightDrawer-fe2f9119.js",
                "assets\/chunk-7OLJDQMT-b70443c1.js",
                "assets\/chunk-6CVSDS6C-56f180dd.js",
                "assets\/index.esm-43dc18ad.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/main.tsx-loader-5eb72165.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "imgs\/extension-icon.png",
            "32": "imgs\/extension-icon.png",
            "48": "imgs\/extension-icon.png",
            "128": "imgs\/extension-icon.png"
        },
        "default_title": "CyberPetaCraft"
    },
    "icons": {
        "16": "imgs\/extension-icon.png",
        "32": "imgs\/extension-icon.png",
        "48": "imgs\/extension-icon.png",
        "128": "imgs\/extension-icon.png"
    }
}