Remote Interval Firefox

Examine source code of Remote Interval

Inspect and view changes in Remote Interval source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Remote Interval",
  "version": "1.0",
  "description": "Find remote jobs in your timezone.",
  "icons": {
    "48": "icons/timezone.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://stackoverflow.com/jobs",
        "*://stackoverflow.com/jobs?*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "filter.html"
  ],
  "permissions": [
    "*://stackoverflow.com/jobs",
    "*://stackoverflow.com/jobs?*",
    "webNavigation"
  ]
}

Best Remote Interval Alternatives

Here are some Firefox add-ons that are similar to Remote Interval: