URIRANK - Alexa Traffic Rank

URIRANK - Alexa Traffic Rank

Alexa website ranking and analysis of all sites. Top 100 websites by country.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "URIRANK - Alexa Traffic Rank",
  "description": "Alexa website ranking and analysis of all sites. Top 100 websites by country.",
  "manifest_version": 3,
  "version": "1.2",
  "icons": {
    "128": "128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [
    "tabs",
    "webRequest"
  ]
}