All in one AI BOT

All in one AI BOT

什么是All in one AI BOT?

All in one AI BOT是由umpixel开发的Chrome扩展程序,该扩展的主要功能是“All in one AI BOT”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载All in one AI BOT扩展crx文件

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

扩展使用说明

                        Introducing AIO Bot, your one-stop solution for accessing your favorite AI bots on any website, completely free of charge. With AIO Bot, you can easily access OpenAI ChatGPT, Google's Bard, and Bing Chat from a single extension, without opening new tabs or windows.

With AIO Bot, you can enjoy several exciting features, including ChatGPT accessibility on any website, no need to open a new tab every time you need help from ChatGPT. Bard is also integrated into the extension, allowing you to use it from anywhere with just one login. Additionally, Bing GPT is also available on every browser, giving you more options to choose from.

We've included a preview of the extension's functionality on our GitHub page, so you can see how seamless and easy it is to use.

Get started today and experience the convenience and power of AIO Bot! If you find our extension helpful, please consider supporting us through our BuyMeACoffee page.

Support me -> https://www.buymeacoffee.com/umpixel                    

扩展基本信息

名称 All in one AI BOT All in one AI BOT
ID nlfembngkmgelahbccckandolbmajjpm
官方URL https://chromewebstore.google.com/detail/all-in-one-ai-bot/nlfembngkmgelahbccckandolbmajjpm
简介 All in one AI BOT
文件大小 1.47 MB
安装次数 274
当前版本 1.0.0
更新时间 2023-05-05
上架时间 2023-05-04
评分 5.00/5 共5次评分
开发者 umpixel
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/madhurgoyal19/aio-bot
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "All in one AI BOT",
    "version": "1.0.0",
    "description": "All in one AI BOT",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": ".\/assets\/128.png"
        },
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "*:\/\/*.bing.com\/*",
        "*:\/\/*.google.com\/*",
        "*:\/\/*.openai.com\/*"
    ],
    "permissions": [
        "declarativeNetRequestWithHostAccess"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "rules\/index.json"
            }
        ]
    }
}