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 by Instalab AI",
"description": "Export Instagram Followers \/ Followings in Minutes - By Instalab AI",
"version": "1.1.2",
"icons": {
"16": "icon\/icon16.png",
"32": "icon\/icon32.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
},
"permissions": [
"cookies",
"storage",
"activeTab",
"identity"
],
"host_permissions": [
"https:\/\/*.instagram.com\/*",
"https:\/\/*.supabase.co\/*"
],
"action": {
"default_title": "IG Follower Export Tool by Instalab AI"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"run_at": "document_idle",
"js": [
"content-scripts\/content.js"
]
}
]
}