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"
  ]
}

Melhores alternativas Remote Interval

Aqui estão algumas Firefox add-ons que são similares a Remote Interval: