The extension has very limited adoption with only 767 users and minimal feedback (2 ratings with a 3.0 average). The lack of developer information and missing last updated date raises transparency concerns. The extension appears to integrate with Grok (likely X's AI assistant) based on the name and content script targeting X.com, but without a clear description, its exact functionality is unclear.
Given the medium risk level and trust concerns, consider running this extension in a separate Chrome profile to isolate potential data access. Monitor your browsing behavior on the targeted sites (X.com, Google, Wikipedia) for any unexpected changes. Consider waiting for more user reviews and developer transparency before installation, or seek alternative extensions with better documentation and community validation.
| https://clients2.google.com/service/update2/crx | https://x.com/i/ | |
| https://www.google.com/search | https://en.wikipedia.org/wiki/ | |
| https://grokbutton.com/g/installed?uuid= | https://grokbutton.com/g/uninstalled?uuid= | |
| https://x.com/i/grok?fromext=1 | https://grokipedia.com/page/ | |
| https://en.wikipedia.org/wiki/Elon_Musk | https://cdn.jsdelivr.net/npm/daisyui@4.4.17/dist/full.css | |
| https://x.com/i/grok |
{ "name": "Grok Button", "icons": { "16": "/img/slash2-16.png", "48": "/img/slash2-64.png", "128": "/img/slash2-128.png" }, "action": { "default_icon": { "16": "/img/slash2-16.png", "48": "/img/slash2-64.png", "128": "/img/slash2-128.png" }, "default_popup": "popup.html" }, "omnibox": { "keyword": "grok" }, "version": "1.4", "commands": { "_execute_browser_action": { "description": "Opens the Grok Button in the omnibox", "suggested_key": { "mac": "Command+Shift+G", "default": "Ctrl+Shift+G" } } }, "background": { "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Adds a button to open Grok on X and Google search results", "permissions": [ "contextMenus", "activeTab", "storage", "omnibox" ], "options_page": "options.html", "content_scripts": [ { "js": [ "contentScript.js" ], "run_at": "document_idle", "matches": [ "https://x.com/i/*" ] }, { "js": [ "googleContentScript.js" ], "run_at": "document_idle", "matches": [ "https://www.google.com/search*" ] }, { "js": [ "wikipediaContentScript.js" ], "run_at": "document_idle", "matches": [ "https://en.wikipedia.org/wiki/*" ] } ], "manifest_version": 3 }
ⓘ CRXaminer has partnered with our friends at Secure Annex to provide additional findings unique to their platform.
Secure Annex also analyzes extensions from other browsers, IDEs, and can continuously monitor.
This extension may not yet be analyzed by Secure Annex.