Medium Stats Exporter Firefox

Examine source code of Medium Stats Exporter

Inspect and view changes in Medium Stats Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Medium Stats Exporter",
  "version": "1.0",
  "description": "Easily export your Medium article statistics into a TSV (Tab-Separated Values) file for analysis or record-keeping.",
  "content_scripts": [
    {
      "matches": [
        "https://medium.com/me/stats?*",
        "https://medium.com/me/stats"
      ],
      "js": [
        "scripts/content.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Medium Stats to CSV",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "48": "images/icon-48.png",
    "96": "images/icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8c7df2fc-61fa-4ec0-92c4-4008cc1cd880}"
    }
  }
}

Best Medium Stats Exporter Alternatives

Here are some Firefox add-ons that are similar to Medium Stats Exporter: