G SERP Extractor

G SERP Extractor

Google Scrapper for ease and automated for B2B or get the results from search page or get the competitor analysis for the SEO.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "G SERP Extractor",
  "version": "5.8.3",
  "description": "Google Scrapper for ease and automated for B2B or get the results from search page or get the competitor analysis for the SEO.",
  "permissions": [
    "activeTab",
    "downloads",
    "notifications",
    "storage",
    "https://gooserp.com/api/User/login.php"
  ],
  "browser_action": {
    "default_icon": {
      "16": "images/default_icon_16.png",
      "19": "images/default_icon_19.png",
      "24": "images/default_icon_24.png",
      "32": "images/default_icon_32.png",
      "48": "images/default_icon_48.png",
      "128": "images/default_icon_128.png"
    },
    "default_title": "G SERP Extractor"
  },
  "icons": {
    "16": "images/default_icon_16.png",
    "19": "images/default_icon_19.png",
    "24": "images/default_icon_24.png",
    "32": "images/default_icon_32.png",
    "48": "images/default_icon_48.png",
    "128": "images/default_icon_128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "background": {
    "scripts": [
      "libs/jquery-3.1.1.min.js",
      "js/consts.js",
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.google.com/search?*"
      ],
      "js": [
        "libs/jquery-3.1.1.min.js",
        "contentscript/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "images/*"
  ],
  "manifest_version": 2
}