SEMRush Rank

SEMRush Rank

This extension displays the SEMRush Rank for the current page

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SEMRush Rank",
  "description": "This extension displays the SEMRush Rank for the current page",
  "version": "1.2",
  "permissions": [
    "tabs",
    "http://trellian.publicapi.semrush.com/",
    "http://rank.trellian.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "sem-rush-16.png",
    "48": "sem-rush-48.png",
    "128": "sem-rush-128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "SEMRush Rank"
  }
}