Examine source code of SERP Keyword Extractor by searchanalyzer.io

Inspect and view changes in SERP Keyword Extractor by searchanalyzer.io source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "version": "2.2",
  "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"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}