Traffic Rank

Traffic Rank

Show site popularity into the toolbar as you browse to the site.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Traffic Rank",
  "version": "1.7",
  "description": "Show site popularity into the toolbar as you browse to the site.",
  "action": {
    "default_icon": {
      "16": "img/icon16.png",
      "32": "img/icon32.png"
    },
    "default_popup": "popup.html",
    "default_title": "Traffic Rank | Tejji"
  },
  "icons": {
    "16": "img/icon16.png",
    "19": "img/icon19.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "options_page": "options.html",
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ],
  "host_permissions": [
    "https://hitfront.com/api/*"
  ],
  "homepage_url": "https://tejji.com/"
}