SERP Keyword Extractor by searchanalyzer.io

SERP Keyword Extractor by searchanalyzer.io

SERP Keyword Extractor simplifies your keyword research. Extract keyword suggestions and questions directly from Google or Bing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "2.1",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "icons/logo.png",
    "default_title": "SERP Keyword Extractor by searchanalyzer.io"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Period",
        "mac": "Command+Period"
      }
    }
  },
  "content_scripts": [
    {
      "js": [
        "content-script.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "include_globs": [
        "*://*google.*/*",
        "*://*bing.*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "SERP Keyword Extractor simplifies your keyword research. Extract keyword suggestions and questions directly from Google or Bing.",
  "homepage_url": "https://www.searchanalyzer.io/serp-keyword-extractor-plugin",
  "icons": {
    "48": "icons/logo-48.png",
    "96": "icons/logo-96.png"
  },
  "name": "SERP Keyword Extractor by searchanalyzer.io",
  "permissions": [
    "notifications",
    "clipboardWrite"
  ]
}