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
Eメール [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"
            }
        ]
    }
}