Spot Ai

Get the answers of questions that matter most to you.

What is Spot Ai?

Spot Ai is a Chrome extension developed by Spot, and its main feature is "Get the answers of questions that matter most to you.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Spot Ai Extension CRX File

Download Spot Ai extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Spot Ai Spot Ai
ID klecemighfnommaecegoefedcdappbep
Official URL https://chromewebstore.google.com/detail/spot-ai/klecemighfnommaecegoefedcdappbep
Description Get the answers of questions that matter most to you.
File Size 323 KB
Installation Count 203
Current Version 0.0.8
Last Updated 2024-01-25
Publish Date 2023-09-27
Rating 5.00/5 Total 5 Ratings
Developer Spot
Email [email protected]
Payment Type free
Extension Website https://mega-mind.io/spotai
Help Page URL https://twitter.com/spotAi_
Privacy Policy Page URL https://vgvishesh.com/spotAi.html
Supported Languages 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": [
                "*"
            ]
        }
    ]
}