Adot AI: ChatGPT-powered Web3 Search Engine

Explore the Web3 space with Adot AI, the AI search tool tailored by keywords

Adot AI: ChatGPT-powered Web3 Search Engineคืออะไร?

Adot AI: ChatGPT-powered Web3 Search Engine เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://a.site และคุณลักษณะหลักของมันคือ "Explore the Web3 space with Adot AI, the AI search tool tailored by keywords"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adot AI: ChatGPT-powered Web3 Search Engine

ดาวน์โหลดไฟล์ส่วนขยาย Adot AI: ChatGPT-powered Web3 Search Engine ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Adot AI, a pioneering AI tool for Web3 discovery, seamlessly integrates with Google Chrome, transforming your browsing with smart keyword-driven insights. It's not just a search engine—it's a Web3 explorer that adapts to your needs.

Unleash the power of Web3:
Adot AI’s innovative AI search highlights critical Web3 terms directly on web pages, simplifying blockchain navigation. A simple hover prompts a “Search with Adot AI”—your gateway to a single-click deep dive into Web3.
With a click, Adot AI delivers a popup filled with rich analyses of Web3 concepts, equipping you with vital knowledge effortlessly. Tailored for cryptocurrency enthusiasts, blockchain creators, and security experts, Adot AI offers precise, real-time search results.

User-Defined Language Selection In this update, Adot AI has added a new feature that allows users to choose the language they are most familiar with for searching and browsing. We now support the following 10 languages:

Simplified Chinese
Traditional Chinese
English
Russian
Hindi
Bahasa Indonesia
German
Spanish
Japanese
Korean
This means that users from all over the world can now access and use Adot AI in the language they are most comfortable with.
Dive into the Web3 era with Adot AI's user-friendly interface, where AI-driven search precision meets efficient Web3 exploration. Enhance your digital expedition with Adot AI—your essential tool for an enriched Web3 journey.

🔍web3 AI Search engine

Adot AI Official TG Group: https://t.me/AdotWeb3_Official                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Adot AI: ChatGPT-powered Web3 Search Engine Adot AI: ChatGPT-powered Web3 Search Engine
ID healmieamaopboblekidbadelopbnfoo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adot-ai-chatgpt-powered-w/healmieamaopboblekidbadelopbnfoo
คำอธิบาย Explore the Web3 space with Adot AI, the AI search tool tailored by keywords
ขนาดไฟล์ 958 KB
จำนวนการติดตั้ง 443
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2024-02-23
วันที่เผยแพร่ 2023-10-27
คะแนน 5.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://a.site
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.a.site/
URL หน้าช่วยเหลือ https://t.me/AdotWeb3_Official
URL หน้านโยบายความเป็นส่วนตัว https://adot.gitbook.io/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adot AI: ChatGPT-powered Web3 Search Engine",
    "version": "1.1.2",
    "description": "Explore the Web3 space with Adot AI, the AI search tool tailored by keywords",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self' 'wasm-unsafe-eval'"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "webNavigation",
        "tabs",
        "webRequest"
    ],
    "host_permissions": [
        "",
        "*:\/\/ai.a.site\/*",
        "*:\/\/ai-test.a.site\/\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/app.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "insert.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/app.png",
            "32": "\/images\/app.png",
            "48": "\/images\/app.png",
            "128": "\/images\/app.png"
        },
        "default_title": "Adot AI: ChatGPT-powered Web3 Search Engine"
    },
    "icons": {
        "16": "\/images\/app.png",
        "32": "\/images\/app.png",
        "48": "\/images\/app.png",
        "128": "\/images\/app.png"
    }
}