Groove AI

Our extension allows you to access the power of AI through your browser.

What is Groove AI?

Groove AI is a Chrome extension developed by https://groove.ai, and its main feature is "Our extension allows you to access the power of AI through your browser.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Groove AI Extension CRX File

Download Groove 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

                        Elevate Your Browsing Experience with Groove.ai chrome extension.
Experience the future of browsing with Groove.AI, your all-in-one AI companion for the digital world. Our cutting-edge Chrome Extension seamlessly integrates AI capabilities into your online interactions, enhancing your productivity and enriching your browsing journey.                    

Extension Basic Information

Name Groove AI Groove AI
ID hneahfjmadlnodmgdogkelllbdhkdcgh
Official URL https://chromewebstore.google.com/detail/groove-ai/hneahfjmadlnodmgdogkelllbdhkdcgh
Description Our extension allows you to access the power of AI through your browser.
File Size 306 KB
Installation Count 2,000
Current Version 0.0.10
Last Updated 2023-08-22
Publish Date 2023-08-22
Rating 5.00/5 Total 4 Ratings
Developer https://groove.ai
Email [email protected]
Payment Type free
Extension Website https://groove.ai/extension
Help Page URL https://groove.ai/extension
Privacy Policy Page URL https://groove.ai/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Groove AI",
    "description": "Our extension allows you to access the power of AI through your browser.",
    "version": "0.0.10",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ]
}