Spot Ai

Get the answers of questions that matter most to you.

¿Qué es Spot Ai?

Spot Ai es una extensión de Chrome desarrollada por Spot, y su función principal es "Get the answers of questions that matter most to you.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Spot Ai

Descarga archivos de extensión Spot Ai 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

                        🌟 Meet Spot AI - your new browsing buddy! 🌟
🤩 It reads the webpages for you, to answer your questions from their content.
 🔍 Research and uncover info with ease using Spot.
⚡️ Ready for Chrome, Brave, and Arc. Download Spot AI now!

Once installed in the browser, can be launched with:
👉 CMD/CTRL + K 

📌 Pin it in your browser for best experience.                    

Información Básica de la Extensión

Nombre Spot Ai Spot Ai
ID klecemighfnommaecegoefedcdappbep
URL Oficial https://chromewebstore.google.com/detail/spot-ai/klecemighfnommaecegoefedcdappbep
Descripción Get the answers of questions that matter most to you.
Tamaño del Archivo 323 KB
Cantidad de Instalaciones 203
Versión Actual 0.0.8
Última Actualización 2024-01-25
Fecha de Publicación 2023-09-27
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador Spot
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://mega-mind.io/spotai
URL de la Página de Ayuda https://twitter.com/spotAi_
URL de la Página de Política de Privacidad https://vgvishesh.com/spotAi.html
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.8",
    "manifest_version": 3,
    "name": "Spot Ai",
    "description": "Get the answers of questions that matter most to you.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "js\/index.html",
        "default_title": "React Chrome Extension",
        "default_icon": "icons\/icon48.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "favicon"
    ],
    "host_permissions": [],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+K",
                "mac": "Command+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ]
}