Instahyre Auto Apply Firefox

Examine source code of Instahyre Auto Apply

Inspect and view changes in Instahyre Auto Apply source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Instahyre Auto Apply",
  "version": "1.0.0",
  "description": "Automatically apply to multiple jobs on Instahyre with a single click. Save time in your job search!",
  "author": "vab-m",
  "permissions": [
    "activeTab",
    "storage",
    "https://instahyre.com/*",
    "https://*.instahyre.com/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://instahyre.com/candidate/opportunities/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content-styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "instahyre-auto-apply@vab-m",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Instahyre Auto Apply Alternatives

Here are some Firefox add-ons that are similar to Instahyre Auto Apply: