8a.nu Routes/Boulders Exporter Firefox

Examine source code of 8a.nu Routes/Boulders Exporter

Inspect and view changes in 8a.nu Routes/Boulders Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "8anuExporter",
  "version": "1.0",
  "description": "Export scoreboard from 8a.nu to csv",
  "icons": {
    "48": "icons/logo_48.png",
    "96": "icons/logo_96.png"
  },
  "permissions": [
    "downloads"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.8a.nu/scorecard/*/routes/*ListByAscDate=1*",
        "*://*.8a.nu/scorecard/*/boulders/*ListByAscDate=1*"
      ],
      "js": [
        "buttonExport.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background-script.js"
    ]
  }
}

Best 8a.nu Routes/Boulders Exporter Alternatives

Here are some Firefox add-ons that are similar to 8a.nu Routes/Boulders Exporter: