Spot Ai

Get the answers of questions that matter most to you.

Qu'est-ce que Spot Ai ?

Spot Ai est une extension Chrome développée par Spot, et sa fonction principale est "Get the answers of questions that matter most to you.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Spot Ai

Téléchargez les fichiers d'extension Spot Ai au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Spot Ai Spot Ai
ID klecemighfnommaecegoefedcdappbep
URL Officiel https://chromewebstore.google.com/detail/spot-ai/klecemighfnommaecegoefedcdappbep
Description Get the answers of questions that matter most to you.
Taille du Fichier 323 KB
Nombre d'Installations 203
Version Actuelle 0.0.8
Dernière Mise à Jour 2024-01-25
Date de Publication 2023-09-27
Évaluation 5.00/5 Total 5 Évaluations
Développeur Spot
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mega-mind.io/spotai
URL de la Page d'Aide https://twitter.com/spotAi_
URL de la Page de Politique de Confidentialité https://vgvishesh.com/spotAi.html
Langues Prises en Charge 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": [
                "*"
            ]
        }
    ]
}