NS Beta Tester Firefox

Examine source code of NS Beta Tester

Inspect and view changes in NS Beta Tester source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "NitrogenSports",
  "description": "This extension allows NitrogenSports users to take part in promotions on the site and receive special bonuses.",
  "version": "0.1",
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "main.js"
      ],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 2
}

Best NS Beta Tester Alternatives

Here are some Firefox add-ons that are similar to NS Beta Tester: