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",
"manifest_version": 3,
"name": "Yellow Pages Scraper Pro - Unlimited Business Data Extractor",
"version": "1.0.0",
"description": "Scrape Yellow Pages India business data instantly. Export phone numbers, addresses, emails, websites & more in real-time to CSV.",
"permissions": [
"storage",
"activeTab",
"scripting",
"tabs",
"windows"
],
"host_permissions": [
"http:\/\/www.yellowpages.in\/*",
"https:\/\/www.yellowpages.in\/*",
"http:\/\/yellowpages.in\/*",
"https:\/\/yellowpages.in\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/www.yellowpages.in\/*",
"https:\/\/www.yellowpages.in\/*",
"http:\/\/yellowpages.in\/*",
"https:\/\/yellowpages.in\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"action": {
"default_title": "Yellow Pages Scraper"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"injected.js"
],
"matches": [
"http:\/\/www.yellowpages.in\/*",
"https:\/\/www.yellowpages.in\/*",
"http:\/\/yellowpages.in\/*",
"https:\/\/yellowpages.in\/*"
]
}
]
}