SimilarWeb Website Traffic Rank,CSV Download

SimilarWeb Website Traffic Rank,CSV Download

Displays and downloads CSV data from SimilarWeb, providing data on website traffic, rankings, and other relevant SEO information.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "0.1.1",
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "19": "images/icon-19.png",
      "38": "images/icon-38.png"
    }
  },
  "background": {
    "service_worker": "scripts/background.js"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.similarweb.com/*"
      ],
      "js": [
        "scripts/content.js"
      ]
    }
  ]
}