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": "InstaLeads",
"version": "1.5.97",
"description": "Open Instagram profiles and send greetings",
"action": {
"default_title": "InstaLeads",
"default_popup": "popup.html",
"default_icon": "img\/icon.png"
},
"icons": {
"16": "img\/icon.png",
"48": "img\/icon.png",
"128": "img\/icon.png"
},
"permissions": [
"tabs",
"scripting",
"activeTab",
"storage",
"windows",
"sidePanel",
"alarms",
"microphone"
],
"host_permissions": [
"*:\/\/*.instagram.com\/*",
"*:\/\/*.leadstools.io\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"content.js"
],
"exclude_matches": [
"*:\/\/*.instagram.com\/",
"*:\/\/*.instagram.com\/explore\/*",
"*:\/\/*.instagram.com\/accounts\/*",
"*:\/\/*.instagram.com\/help\/*",
"*:\/\/*.instagram.com\/legal\/*",
"*:\/\/*.instagram.com\/suggested\/*",
"*:\/\/*.instagram.com\/settings\/*"
]
},
{
"matches": [
"*:\/\/*.instagram.com\/p\/*"
],
"js": [
"scraper\/like-scraper.js",
"scraper\/comment-scraper.js"
]
},
{
"matches": [
"*:\/\/*.instagram.com\/*\/reel\/*\/"
],
"js": [
"scraper\/like-scraper.js",
"scraper\/comment-scraper.js"
]
},
{
"matches": [
"*:\/\/*.instagram.com\/reels\/*"
],
"js": [
"scraper\/reels.js"
]
},
{
"matches": [
"*:\/\/*.instagram.com\/*\/followers\/"
],
"js": [
"scraper\/follow.js"
]
},
{
"matches": [
"*:\/\/*.instagram.com\/*\/following\/"
],
"js": [
"scraper\/follow.js"
]
},
{
"matches": [
"*:\/\/*.instagram.com\/stories\/*"
],
"js": [
"scraper\/story-scraper.js"
]
},
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"exclude_matches": [
"*:\/\/*.instagram.com\/p\/*",
"*:\/\/*.instagram.com\/*\/reel\/*\/",
"*:\/\/*.instagram.com\/reels\/*",
"*:\/\/*.instagram.com\/*\/followers\/",
"*:\/\/*.instagram.com\/*\/following\/",
"*:\/\/*.instagram.com\/stories\/*",
"*:\/\/*.instagram.com\/direct\/*"
],
"js": [
"scraper\/profile-tagger.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"popup.html",
"login.html",
"login.js",
"auth.js",
"db.js",
"story\/story.html",
"settings\/settings.html",
"messages\/messages.html",
"comments\/comments.html",
"closefriends\/closefriends.html",
"unfollow\/unfollow.html",
"tag-manager\/tags.html",
"scraper-ui\/scraper.html"
],
"matches": [
"<all_urls>"
]
}
]
}