#1 IG Scraper & IG Email Finder by LeadStal.com
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "IG Scraper & Email Finder | LeadStal",
"version": "3.0.9",
"description": "#1 IG Scraper & IG Email Finder by LeadStal.com",
"default_locale": "en",
"author": "LeadStal",
"host_permissions": [
"*://*.instagram.com/*",
"*://*.echobot.dev/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "IG Leads Generator",
"default_icons": {
"16": "images/logo32.png",
"32": "images/logo32.png",
"48": "images/logo48.png",
"128": "images/logo128.png"
}
},
"content_scripts": [
{
"matches": [
"*://*.instagram.com/*"
],
"js": [
"assets/jquery.min.js",
"content-script.js",
"main.js"
],
"css": [
"leadstal.css"
],
"run_at": "document_end",
"resources": [
"images/*"
]
}
],
"icons": {
"16": "images/logo32.png",
"32": "images/logo32.png",
"48": "images/logo48.png",
"128": "images/logo128.png"
},
"web_accessible_resources": [
{
"resources": [
"images/*",
"injected.js"
],
"matches": [
"*://*.instagram.com/*"
]
}
],
"manifest_version": 3
}