Ahrefs Table Extractor

Ahrefs Table Extractor

Effortlessly extract Ahrefs tables, streamlining your SEO and marketing efforts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Ahrefs Table Extractor",
  "version": "1.0",
  "description": "Effortlessly extract Ahrefs tables, streamlining your SEO and marketing efforts.",
  "permissions": [
    "https://ahrefs.com/"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  }
}