Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ask Grok for Chrome", "version": "1.1", "description": "Adds xAI's GROK to your Chrome experience.", "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "search", "contextMenus" ], "background": { "service_worker": "js\/background.js" }, "icons": { "16": "Images\/favicon-dark.png", "32": "Images\/favicon-dark.png", "48": "Images\/favicon-dark.png", "128": "Images\/favicon-dark.png" }, "action": { "default_popup": "popup.html" } }