Grok Automation - Run Prompts Automatically Firefox

Examine source code of Grok Automation - Run Prompts Automatically

Inspect and view changes in Grok Automation - Run Prompts Automatically source codes across current and past versions
Vidego icon
Looking to download videos? Try the universal video downloader:
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Grok Automation - Run Prompts Automatically",
  "version": "1.0.0",
  "description": "Batch generate videos and auto-download results without manual work.",
  "browser_specific_settings": {
    "gecko": {
      "id": "grok-automation@proofmatcher.com",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "downloads",
    "scripting",
    "tabs",
    "alarms"
  ],
  "host_permissions": [
    "https://grok.com/*",
    "https://api.grokauto.proofmatcher.com/*"
  ],
  "background": {
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://grok.com/*"
      ],
      "js": [
        "content/selectors.js",
        "content/dom-utils.js",
        "content/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "sidebar_action": {
    "default_title": "Grok Auto - Batch Generator",
    "default_panel": "sidepanel/sidepanel.html",
    "default_icon": {
      "16": "icons/icon_16.png",
      "48": "icons/icon_48.png"
    }
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon_16.png",
      "48": "icons/icon_48.png",
      "128": "icons/icon_128.png"
    }
  },
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content/page-inject.js"
      ],
      "matches": [
        "https://grok.com/*"
      ]
    }
  ]
}

Best Grok Automation - Run Prompts Automatically Alternatives

Here are some Firefox add-ons that are similar to Grok Automation - Run Prompts Automatically: