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