Grok UI Tools Firefox

Examine source code of Grok UI Tools

Inspect and view changes in Grok UI Tools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "service_worker": "background.js"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "grok-tools@example.com",
      "strict_min_version": "109.0"
    }
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://grok.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Grok Web UI Quality of Life Tools",
  "icons": {
    "128": "icon128.png"
  },
  "manifest_version": 3,
  "name": "Grok UI Tools",
  "permissions": [
    "downloads",
    "storage"
  ],
  "version": "3.20",
  "web_accessible_resources": [
    {
      "matches": [
        "https://grok.com/*"
      ],
      "resources": [
        "help.html"
      ]
    }
  ]
}

Best Grok UI Tools Alternatives

Here are some Firefox add-ons that are similar to Grok UI Tools: