Business Leads Scrapper Tool

Business Leads Scrapper Tool

Business Leads Scrapper Tool heps you to scrape the information from facebook search page results

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Business Leads Scrapper Tool",
  "version": "1.0.8",
  "description": "Business Leads Scrapper Tool heps you to scrape the information from facebook search page results",
  "permissions": [
    "tabs",
    "downloads",
    "notifications",
    "storage"
  ],
  "host_permissions": [
    "https://www.scrappertool.com/api/*"
  ],
  "action": {
    "default_icon": {
      "16": "images/default_icon_16.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": "Business Leads Scrapper Tool"
  },
  "icons": {
    "16": "images/default_icon_16.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"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.facebook.com/*"
      ],
      "js": [
        "libs/jquery-3.1.1.min.js",
        "libs/toastr.min.js",
        "js/content.js"
      ],
      "css": [
        "css/toastr.min.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "css/*",
        "js/*",
        "images/*",
        "libs/*",
        "html/*",
        "contentscript/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "manifest_version": 3
}