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": "IG Follower Export Tool \u2013 Unlimited Free Exports by Scravio",
"version": "1.0.2",
"description": "Export Instagram followers & following to CSV\/Excel\/JSON in one click. IG follower export tool by Scravio, unlimited free",
"permissions": [
"storage",
"activeTab",
"unlimitedStorage"
],
"host_permissions": [
"https:\/\/*.instagram.com\/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"webcomponents-bundle.js",
"content-script.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"action": {
"default_popup": "popup.html",
"default_title": "IG Follower Export Tool",
"default_icon": {
"16": "icons\/logo-16.png",
"32": "icons\/logo-32.png",
"48": "icons\/logo-48.png",
"128": "icons\/logo-128.png"
}
},
"options_page": "app.html",
"icons": {
"16": "icons\/logo-16.png",
"32": "icons\/logo-32.png",
"48": "icons\/logo-48.png",
"128": "icons\/logo-128.png"
},
"web_accessible_resources": [
{
"resources": [
"injected.js"
],
"matches": [
"*:\/\/*.instagram.com\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/*.instagram.com https:\/\/i.instagram.com;"
}
}