Spot Ai

Get the answers of questions that matter most to you.

Cos'è Spot Ai?

Spot Ai è un'estensione di Chrome sviluppata da Spot, e la sua funzione principale è "Get the answers of questions that matter most to you.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Spot Ai

Scarica i file di estensione Spot Ai in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        🌟 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.                    

Informazioni di Base sull'Estensione

Nome Spot Ai Spot Ai
ID klecemighfnommaecegoefedcdappbep
URL Ufficiale https://chromewebstore.google.com/detail/spot-ai/klecemighfnommaecegoefedcdappbep
Descrizione Get the answers of questions that matter most to you.
Dimensione del File 323 KB
Conteggio Installazioni 203
Versione Corrente 0.0.8
Ultimo Aggiornamento 2024-01-25
Data di Pubblicazione 2023-09-27
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Spot
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mega-mind.io/spotai
URL della Pagina di Aiuto https://twitter.com/spotAi_
URL della Pagina della Politica sulla Privacy https://vgvishesh.com/spotAi.html
Lingue Supportate 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": [
                "*"
            ]
        }
    ]
}