Medium Any Author Stats

Medium Any Author Stats

The statistics of any Medium author. Enter Medium author's page and click a button to see their detailed statistics!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Medium Any Author Stats",
  "description": "The statistics of any Medium author. Enter Medium author's page and click a button to see their detailed statistics!",
  "version": "0.0.2",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "*://*.medium.com/*"
      ],
      "js": [
        "mediumQuery.js",
        "contentScript.js"
      ]
    }
  ],
  "action": {
    "default_popup": "index.html",
    "default_title": "Open Medium Any Authors Stats"
  },
  "icons": {
    "16": "icons/logo16.png",
    "32": "icons/logo32.png",
    "48": "icons/logo48.png",
    "128": "icons/logo128.png"
  }
}