AutoIG

AutoIG

Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Click to action"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "description": "Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.",
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "manifest_version": 2,
  "name": "AutoIG",
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "https://www.instagram.com/*",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.3",
  "web_accessible_resources": [
    "options.html"
  ]
}