Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Unfollowers",
"description": "Check who unfollowed and don't follow you back. Non-official extension that works with Instagram.",
"version": "3.8",
"manifest_version": 3,
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"action": {
"default_popup": "src\/popup.html"
},
"host_permissions": [
"*:\/\/*.instagram.com\/**",
"*:\/\/*.cdninstagram.com\/**",
"*:\/\/*.fbcdn.net\/**",
"*:\/\/*.google-analytics.com\/**"
],
"permissions": [
"storage",
"unlimitedStorage",
"cookies"
],
"background": {
"service_worker": "src\/background\/background.js"
}
}