Majestic Backlink Analyzer

Majestic Backlink Analyzer

Majestic Backlink Analyzer gives instant insight into the number of backlinks and domains linking to the URL and domain you are currently browsing. Majestic users can drill down to see the links, topics and add them to their Majestic bucket list.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Majestic Backlink Analyzer",
  "version": "2.3.3",
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "jid1-aY61q9iadjWyYg@jetpack",
      "strict_min_version": "45.0"
    }
  },
  "description": "Majestic backlink analysis straight into your browser.",
  "icons": {
    "16": "majestic-star.bmp",
    "32": "majestic_logo_black_48x48.png",
    "128": "majestic_logo_black_128x128.png"
  },
  "browser_action": {
    "default_icon": "majestic-star.bmp",
    "default_title": "Majestic Backlink Analyzer",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "identity",
    "https://*/*",
    "storage"
  ],
  "background": {
    "scripts": [
      "js/jquery-3.3.1.min.js",
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "js/purify-2.2.7.min.js",
        "js/jquery-3.3.1.min.js",
        "js/background.js",
        "js/getlinks.js",
        "js/DomainTools.js"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "default-src 'self'; connect-src 'self' https://api.majestic.com/api/json https://majestic.com https://simpleapi.majestic.com/sapi/GetBacklinkStats; img-src 'self' https://majestic.com/ https://majestic.com/;",
  "manifest_version": 2
}