All in one AI BOT

All in one AI BOT

Was ist All in one AI BOT?

All in one AI BOT ist eine Chrome-Erweiterung, die von umpixel entwickelt wurde, und ihr Hauptmerkmal ist "All in one AI BOT".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

All in one AI BOT-Erweiterungs-CRX-Datei herunterladen

Laden Sie All in one AI BOT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name All in one AI BOT All in one AI BOT
ID nlfembngkmgelahbccckandolbmajjpm
Offizielle URL https://chromewebstore.google.com/detail/all-in-one-ai-bot/nlfembngkmgelahbccckandolbmajjpm
Beschreibung All in one AI BOT
Dateigröße 1.47 MB
Installationsanzahl 274
Aktuelle Version 1.0.0
Letztes Update 2023-05-05
Veröffentlichungsdatum 2023-05-04
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler umpixel
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/madhurgoyal19/aio-bot
Unterstützte Sprachen 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"
            }
        ]
    }
}