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": "InstaFollow Insights",
"version": "1.0.2",
"icons": {
"16": "icon\/16.png",
"32": "icon\/16.png",
"48": "icon\/48.png",
"96": "icon\/48.png",
"128": "icon\/128.png"
},
"description": "Track Instagram followers, unfollowers & growth with beautiful charts. Export data, discover mutual connections & analyze insights!",
"permissions": [
"activeTab",
"storage",
"tabs",
"cookies"
],
"host_permissions": [
"https:\/\/*.instagram.com\/*",
"https:\/\/api.gumroad.com\/*",
"https:\/\/*.fbcdn.net\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.instagram.com\/*"
],
"js": [
"instagram-api.js"
]
}
],
"action": [],
"web_accessible_resources": [
{
"resources": [
"*.js",
"*.css",
"*.html"
],
"matches": [
"https:\/\/*.instagram.com\/*"
]
}
]
}