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": "JD Scraper Pro \u2013 Unlimited JustDial Data Extractor",
"version": "1.2.6",
"description": "Scrape unlimited JustDial (JD) business data instantly. Export phone numbers, addresses, ratings & reviews in real-time to CSV.",
"permissions": [
"storage",
"activeTab",
"scripting",
"tabs",
"windows",
"identity"
],
"host_permissions": [
"https:\/\/www.justdial.com\/*",
"https:\/\/www.googleapis.com\/*",
"https:\/\/sheets.googleapis.com\/*"
],
"oauth2": {
"client_id": "497772566519-pbd4nvan4uhfi2o4dokfdv1tvpn8s39n.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.file"
]
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.justdial.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"action": {
"default_title": "JustDial Scraper"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"injected.js"
],
"matches": [
"https:\/\/www.justdial.com\/*"
]
},
{
"resources": [
"auth-callback.html",
"authCallback.js"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}