LiveKeyword by BiQ

LiveKeyword by BiQ

Keyword search volume, CPC, and competition for Google™ Search Engine Result Page (SERP).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "/lib/jquery-3.3.1.min.js",
      "/bg/supported-page.js",
      "/bg/api.js",
      "/bg/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "/img/icon128.png",
    "default_popup": "/html/popup.html"
  },
  "content_scripts": [
    {
      "css": [
        "/css/style.css"
      ],
      "exclude_globs": [
        "https://analytics.google.com/analytics/web/*",
        "https://www.google.com/webmasters/tools/search-analytics*"
      ],
      "include_globs": [
        "https://www.google.*/*"
      ],
      "js": [
        "/lib/jquery-3.3.1.min.js",
        "/ext/util.js",
        "/ext/init.js",
        "/ext/gsearch.live-kw.js",
        "/ext/main.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Keyword search volume, CPC, and competition for Google™ Search Engine Result Page (SERP).",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 2,
  "name": "LiveKeyword by BiQ",
  "options_page": "html/options.html",
  "permissions": [
    "storage",
    "https://*/*",
    "activeTab"
  ],
  "version": "1.4.1",
  "web_accessible_resources": [
    "/img/*"
  ]
}