Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Yellow Pages Scraper Tool \u2013 Scrape Business Leads",
"version": "1.0.4",
"description": "The yellow pages scraper to extract business leads, contact details, and listings from Yellow Pages websites.",
"permissions": [
"tabs",
"downloads",
"notifications",
"storage"
],
"host_permissions": [
"https:\/\/www.Scrappertool.com\/api\/*",
"https:\/\/www.google.com\/search?q=*"
],
"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": "Yellow Pages Scraper Tool \u2013 Scrape Business Leads"
},
"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": [
"*:\/\/yellowpages.in\/*",
"*:\/\/*.yellowpages.com\/*",
"*:\/\/*.indianyellowpages.com\/*",
"*:\/\/*.yell.com\/*"
],
"js": [
"libs\/jquery-3.1.1.min.js",
"libs\/toastr.min.js",
"js\/ignore_jd_numbers.js",
"js\/content.js"
],
"css": [
"css\/toastr.min.css"
],
"run_at": "document_end"
}
],
"manifest_version": 3
}