CyberPetaCraft

AI-Enhanced Twitter Interaction.

什么是CyberPetaCraft?

CyberPetaCraft是由cyberpetacraft开发的Chrome扩展程序,该扩展的主要功能是“AI-Enhanced Twitter Interaction.”。

扩展截图

screenshot
screenshot

下载CyberPetaCraft扩展crx文件

下载CyberPetaCraft扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}