Google info scraper

Google info scraper

Google info scraper helps you 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": "Google info scraper",
  "version": "1.0.1",
  "description": "Google info scraper helps you automated for B2B or get the results from search page or get the competitor analysis for the SEO.",
  "permissions": [
    "downloads",
    "notifications",
    "storage",
    "https://wbots.in/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": "Google info scraper"
  },
  "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
}