Warframe (Build to Market)

Warframe (Build to Market)

Clicking on a Mod card in overframe.gg opens a new tab to the warframe.market page of sellers for that card.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Warframe (Build to Market)",
  "version": "1.0.0",
  "description": "Clicking on a Mod card in overframe.gg opens a new tab will be opened to the warframe.market page of sellers for that card.",
  "icons": {
    "48": "logo.png",
    "96": "logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.overframe.gg/build/*"
      ],
      "exclude_matches": [
        "*://*.overframe.gg/build/new/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b5877f8e-3842-4637-82d1-56786c08e69d}"
    }
  }
}