Auto run script Firefox

Examine source code of Auto run script

By: おむ
Inspect and view changes in Auto run script source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto run script",
  "version": "1.0",
  "description": "Execute the registered script at the specified URL",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "main.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d8e27371-c815-8627-5d97-23ed4f33b96b}"
    }
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "32": "icons/icon32.png"
    }
  }
}

Best Auto run script Alternatives

Here are some Firefox add-ons that are similar to Auto run script: