Google SERP Extractor Tool

Google SERP Extractor Tool

Monitor your website's performance on Google search results with our powerful Keyword SERP Ranking Tool.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Google SERP Extractor Tool",
  "version": "1.2.2",
  "description": "Monitor your website's performance on Google search results with our powerful Keyword SERP Ranking Tool.",
  "manifest_version": 3,
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "custom-page-script.js",
        "images/nextlabs128.png",
        "images/google.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Google SERP Extractor Tool",
    "default_icon": {
      "16": "./images/16.png",
      "48": "./images/48.png",
      "128": "./images/128.png"
    }
  },
  "icons": {
    "16": "./images/16.png",
    "48": "./images/48.png",
    "128": "./images/128.png"
  },
  "homepage_url": "https://nextlabs.io"
}