All in one AI BOT

All in one AI BOT

¿Qué es All in one AI BOT?

All in one AI BOT es una extensión de Chrome desarrollada por umpixel, y su función principal es "All in one AI BOT".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión All in one AI BOT

Descarga archivos de extensión All in one AI BOT en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre All in one AI BOT All in one AI BOT
ID nlfembngkmgelahbccckandolbmajjpm
URL Oficial https://chromewebstore.google.com/detail/all-in-one-ai-bot/nlfembngkmgelahbccckandolbmajjpm
Descripción All in one AI BOT
Tamaño del Archivo 1.47 MB
Cantidad de Instalaciones 274
Versión Actual 1.0.0
Última Actualización 2023-05-05
Fecha de Publicación 2023-05-04
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador umpixel
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/madhurgoyal19/aio-bot
Idiomas Soportados 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"
            }
        ]
    }
}