Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Aug 20, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Instup APK Auto Unfollower",
"version": "0.2",
"author": "Instup",
"manifest_version": 3,
"description": "Instaup APK extension will unfollow the Instagram users you mentioned automatically.",
"permissions": [
"storage",
"scripting",
"alarms",
"webRequest",
"contextMenus"
],
"host_permissions": [
"https:\/\/www.instagram.com\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Instup APK Auto Unfollower",
"default_popup": "popup.html"
},
"icons": {
"128": "icon.png"
}
}