HotBot AI with Search

Ask HotBot A.I. a question, set Yahoo as your default search engine.

HotBot AI with Searchคืออะไร?

HotBot AI with Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hotbot.com และคุณลักษณะหลักของมันคือ "Ask HotBot A.I. a question, set Yahoo as your default search engine."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HotBot AI with Search

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

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

                        Backed by artificial intelligence, you will receive an instant answer to any question you have, coupled with exceptional search capabilities. Simply click "Add to Chrome" to install the extension and experience our key features: Superior search results, and your own revolutionary AI assistant powered by models like OpenAI GPT-3.5. Here's a closer look at each feature:

1. AI assistant powered by OpenAI GPT-3:
• Yes, artificial intelligence. The extension comes integrated with GPT 3.5, so when you ask your first question, you will receive an answer from the most advanced AI on the planet.
• Anytime your search query is in the form of a question, you’ll be provided an instant, accurate, and human-like answer.
• With unlimited answers, you can use the extension as your very own personal assistant, ready when you are.

2. Switch default search engine:
• Changes the default search engine from Chrome's built-in.
• All search queries within the extension will be powered by our fast and accurate search algorithms.
• Easily toggle your preferred search engine between HotBot, Google, Yahoo, Bing, or DuckDuckGo.

Experience the convenience, speed, and accuracy of our search tool. Get the extension in two easy clicks, then begin asking your questions for AI powered search and query responses.

Further details of both our terms and conditions & privacy policy can be found below:
Terms and Conditions and Privacy Policy: https://www.hotbot.com/info
Help: https://www.hotbot.com/info/support                    

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

ชื่อ HotBot AI with Search HotBot AI with Search
ID hnijmekclikhihhfaeglhollckmoioba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hotbot-ai-with-search/hnijmekclikhihhfaeglhollckmoioba
คำอธิบาย Ask HotBot A.I. a question, set Yahoo as your default search engine.
ขนาดไฟล์ 59.9 KB
จำนวนการติดตั้ง 1,284
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2023-04-08
วันที่เผยแพร่ 2023-03-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://hotbot.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.hotbot.com
URL หน้าช่วยเหลือ https://www.hotbot.com/info/support
URL หน้านโยบายความเป็นส่วนตัว https://www.hotbot.com/info/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HotBot AI with Search",
    "short_name": "HotBot AI",
    "version": "1.0.7",
    "description": "Ask HotBot A.I. a question, set Yahoo as your default search engine.",
    "background": {
        "service_worker": "worker\/worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.hotbot.com\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.gethotbot.com\/*"
            ],
            "js": [
                "content\/content_g.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "img\/hb-icon-16px.png",
        "default_popup": "pop.html",
        "default_title": "HotBot AI Search"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.hotbot.com\/favicon.ico",
            "is_default": true,
            "keyword": "HotBot",
            "name": "HotBot",
            "search_url": "https:\/\/www.hotbot.com\/web\/ex?q={searchTerms}",
            "suggest_url": "https:\/\/www.hotbot.com\/ajax\/sug.json?sc=ext&q={searchTerms}"
        }
    },
    "icons": {
        "16": "img\/hb-icon-16px.png",
        "32": "img\/hb-icon-32px.png",
        "48": "img\/hb-icon-48px.png",
        "96": "img\/hb-icon-96px.png",
        "128": "img\/hb-icon-128px.png",
        "256": "img\/hb-icon-256px.png",
        "512": "img\/hb-icon-512px.png"
    },
    "homepage_url": "https:\/\/www.hotbot.com\/app",
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "ruleset_hbs",
                "path": "rules\/1.json"
            },
            {
                "enabled": false,
                "id": "ruleset_ddg",
                "path": "rules\/2.json"
            },
            {
                "enabled": false,
                "id": "ruleset_goo",
                "path": "rules\/3.json"
            },
            {
                "enabled": false,
                "id": "ruleset_bin",
                "path": "rules\/4.json"
            },
            {
                "enabled": false,
                "id": "ruleset_yah",
                "path": "rules\/5.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequestWithHostAccess",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/www.hotbot.com\/web\/ex*",
        "*:\/\/gethotbot.com\/*"
    ]
}