AnsyBot - automate Discord leveling with AI

Get 100 FREE AI-generated messages to automatically send to any NFT Discord when you download AnsyBot!

AnsyBot - automate Discord leveling with AI란 무엇입니까?

AnsyBot - automate Discord leveling with AI은(는) Zennolab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get 100 FREE AI-generated messages to automatically send to any NFT Discord when you download AnsyBot!"입니다.

확장 프로그램 스크린샷

screenshot

AnsyBot - automate Discord leveling with AI 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The AnsyBot extension allows you to automatically send AI-generated replies to messages on any NFT Discord to imitate human activity.

It is as simple as opening the servers where you want to get levels, pressing start on the AnsyBot extension, and taking a nap while the bot quickly levels and whitelists your account by simultaneously chatting with people on multiple Discord servers
AnsyBot is faster and cheaper than a human and does not take breaks.

Unlike a copy-paste bot, AnsyBot generates unique human-like messages based on the context of the ongoing conversation.                    

확장 프로그램 기본 정보

이름 AnsyBot - automate Discord leveling with AI AnsyBot - automate Discord leveling with AI
ID fneikjdgiiioagnadflpimbeofdkfbgf
공식 URL https://chromewebstore.google.com/detail/ansybot-automate-discord/fneikjdgiiioagnadflpimbeofdkfbgf
설명 Get 100 FREE AI-generated messages to automatically send to any NFT Discord when you download AnsyBot!
파일 크기 529 KB
설치 횟수 54
현재 버전 0.3.3
최근 업데이트 2022-10-24
출시 날짜 2022-07-20
평점 5.00/5 총 3 개의 평점
개발자 Zennolab
이메일 [email protected]
결제 유형 in_app
개인정보 보호 정책 페이지 URL https://zennolab.com/ru/terms-of-service
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AnsyBot - automate Discord leveling with AI",
    "description": "Get 100 FREE AI-generated messages to automatically send to any NFT Discord when you download AnsyBot!",
    "short_name": "AnsyBot",
    "version": "0.3.3",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/discord.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "auth.html",
                "img\/popup_logo.png",
                "fonts\/roboto\/Roboto-Regular.ttf",
                "fonts\/roboto\/Roboto-Bold.ttf"
            ]
        }
    ]
}