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",
"version": "2.0.0",
"manifest_version": 3,
"name": "Follower Sudo - Export Instagram Account Followers for FREE",
"content_scripts": [
{
"js": [
"lib.js",
"actions.home.js",
"actions.post.js",
"js\/index.js"
],
"matches": [
"https:\/\/*.instagram.com\/*"
],
"css": [
"styles\/vanilla.css"
]
}
],
"permissions": [
"webRequest",
"storage"
],
"host_permissions": [
"*:\/\/*.instagram.com\/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"web_accessible_resources": [
{
"resources": [
"imgs\/icon.png"
],
"matches": [
"https:\/\/*.instagram.com\/*"
]
}
],
"icons": {
"128": "imgs\/icon.png"
},
"description": "Export any Instagram user's Followers and export the list of users who liked a post all for FREE."
}