AutomatR Firefox

Examine source code of AutomatR

Inspect and view changes in AutomatR source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "AutomatR",
  "description": "AutomatR",
  "version": "1.8.7",
  "manifest_version": 3,
  "permissions": [
    "cookies",
    "nativeMessaging",
    "tabs",
    "webNavigation",
    "webRequest",
    "<all_urls>",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'self';script-src 'self' 'wasm-unsafe-eval'"
  },
  "background": {
    "scripts": [
      "debug.js",
      "background.js"
    ]
  },
  "icons": {
    "16": "img/Logo_16.png",
    "32": "img/Logo_32.png",
    "48": "img/Logo_48.png",
    "128": "img/Logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "js": [
        "debug.js",
        "jquery-3.6.1.min.js",
        "bililiteRange.js",
        "jquery.sendkeys.js",
        "common.js",
        "operations.js",
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "inject.js"
      ],
      "matches": [
        "https://*/*"
      ],
      "use_dynamic_url": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{59224DAC-712B-43A7-92A8-146613140A26}"
    }
  }
}

Best AutomatR Alternatives

Here are some Firefox add-ons that are similar to AutomatR: