Open SEO Stats(Formerly: PageRank Status)

Open SEO Stats(Formerly: PageRank Status)

Shows the web rank and SEO stats for current webpage, quick access to index pages, link stats, security info and more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "13.0.9",
  "action": {
    "default_icon": "image/logo-19.png",
    "default_title": "Open SEO Stats(Formerly: PageRank Status)",
    "default_popup": "popup.html"
  },
  "description": "__MSG_Description__",
  "background": {
    "service_worker": "jsr/background_workder.js"
  },
  "options_page": "options.html",
  "icons": {
    "32": "image/logo-32.png",
    "48": "image/logo-48.png",
    "64": "image/logo-64.png",
    "128": "image/logo-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "frame-seostats.html",
        "frame-siteinfo.html",
        "frame-pageinfo.html",
        "frame-pagespeed.html",
        "frame-webtools.html",
        "profile.html",
        "profile_active.html",
        "profile_email_success.html",
        "profile_order_success.html",
        "jsr/content.js",
        "jsr/frame-siteinfo.js",
        "image/ext-detect.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "default_locale": "en",
  "name": "Open SEO Stats(Formerly: PageRank Status)",
  "short_name": "Open SEO Stats",
  "host_permissions": [
    "*://*/*"
  ],
  "permissions": [
    "tabs",
    "scripting"
  ]
}