Free Backlink Checker by LRT

Free Backlink Checker by LRT

Free backlink checker to verify all links on a page. Finds broken, unverified, no-follow, follow, internal, external links.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Free Backlink Checker by LRT",
  "short_name": "Link Checker",
  "description": "Free backlink checker to verify all links on a page. Finds broken, unverified, no-follow, follow, internal, external links.",
  "version": "0.1.6",
  "icons": {
    "16": "/img/icon16.png",
    "48": "/img/icon48.png",
    "128": "/img/icon128.png",
    "256": "/img/icon256.png"
  },
  "browser_action": {
    "default_icon": "/img/icon48.png",
    "default_popup": "/html/widget.html"
  },
  "background": {
    "scripts": [
      "/lib/jquery-3.3.1.min.js",
      "/lib/mustache-2.3.0.min.js",
      "/lib/google-analytics-bundle.js",
      "/js/ChromePlatformAnalytics.js",
      "/js/Conf.js",
      "/js/Cache.js",
      "/js/lrt/LRT.js",
      "/js/lrt/LRTIcon.js",
      "/js/App.js",
      "/js/background.js"
    ]
  },
  "web_accessible_resources": [
    "/img/*",
    "/html/*",
    "/css/*"
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "http://*/*",
    "https://*/*",
    "webRequest",
    "storage"
  ]
}