Automind Browser Extension Firefox

Examine source code of Automind Browser Extension

Inspect and view changes in Automind Browser Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Automind Browser Extension",
  "version": "2.0.1",
  "description": "Browser extension for Automind web automation.",
  "icons": {
    "24": "icons/app24x24.png",
    "32": "icons/app32x32.png",
    "48": "icons/app48x48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "js": [
        "scripts/content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "permissions": [
    "nativeMessaging",
    "scripting",
    "tabs",
    "activeTab",
    "webNavigation",
    "downloads"
  ],
  "host_permissions": [
    "<all_urls>",
    "http://*/",
    "https://*/"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "arenagrupteknoloji@gmail.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Automind Browser Extension Alternatives

Here are some Firefox add-ons that are similar to Automind Browser Extension: