Google™ SERPs Extractor Tool

Google™ SERPs Extractor Tool

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Google™ SERPs Extractor Tool",
  "version": "1.1.0",
  "description": "Monitor your website's performance on Google™ search results with our powerful Keyword SERP Ranking Tool.",
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "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™ SERPs Extractor Tool",
    "default_icon": {
      "16": "./images/SERPlogo16.png",
      "48": "./images/SERPlogo48.png",
      "128": "./images/SERPlogo128.png"
    }
  },
  "icons": {
    "16": "./images/SERPlogo16.png",
    "48": "./images/SERPlogo48.png",
    "128": "./images/SERPlogo128.png"
  },
  "homepage_url": "https://nextlabs.io"
}