Crossover Extension Firefox

Examine source code of Crossover Extension

Inspect and view changes in Crossover Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Crossover Extension",
  "version": "1.1",
  "description": "Connects to WorkSmart for URL tracking",
  "permissions": [
    "tabs",
    "storage",
    "webRequest",
    "<all_urls>"
  ],
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": []
    }
  ],
  "background": {
    "scripts": [
      "track.js"
    ]
  },
  "options_ui": {
    "page": "background-page.html",
    "browser_style": true
  }
}

Best Crossover Extension Alternatives

Here are some Firefox add-ons that are similar to Crossover Extension: