Link Research SEO Toolbar

Link Research SEO Toolbar

Enjoy looking at the most advanced SEO metrics while browsing. The Add-on works both as a SERP overlay and a SEO toolbar and it brings some of the strongest SEO metrics right in your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Link Research SEO Toolbar",
  "short_name": "LRT SEO Toolbar",
  "description": "Enjoy looking at the most advanced SEO metrics while you search the Web.",
  "version": "0.1.4resigned1",
  "icons": {
    "128": "/img/icon128.png",
    "256": "/img/[email protected]"
  },
  "browser_action": {
    "default_icon": "/img/icon128.png",
    "default_popup": "/html/popup.html"
  },
  "options_ui": {
    "page": "html/options.html"
  },
  "background": {
    "scripts": [
      "/lib/jquery-3.3.1.min.js",
      "/lib/mustache.min.js",
      "/js/Cache.js",
      "/js/lrt/LRT.js",
      "/js/lrt/LRTIcon.js",
      "/js/Helpers.js",
      "/js/XRobots.js",
      "/js/App.js",
      "/js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "/lib/jquery-3.3.1.min.js",
        "/js/cs-tab.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "http://ipv4.google.com/sorry/*",
        "https://ipv4.google.com/sorry/*",
        "http://ipv6.google.com/sorry/*",
        "https://ipv6.google.com/sorry/*"
      ],
      "js": [
        "/lib/jquery-3.3.1.min.js",
        "/js/cs-google-captcha.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "/img/*",
    "/html/*",
    "/css/*"
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "http://*/*",
    "https://*/*",
    "webRequest",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{00d55862-c183-436b-9c11-f9b0cfa40d44}"
    }
  }
}