On-Follow | Automator for Instagram

On-Follow | Automator for Instagram

Best Instagram manager on Chrome: Auto follows, likes, unfollows, Watching Story, IG stats and analytics.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "__MSG_Author__",
  "background": {
    "persistent": true,
    "scripts": [
      "main.js"
    ]
  },
  "browser_action": {
    "default_title": "__MSG_ExtName__"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-bfWzfxE6viwRJzKroi9VJpG8JQm1iw3+o0Fc2fA3/jE=' https://code.jquery.com/ https://yuuppy.com; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_ExtDesc__",
  "icons": {
    "128": "./res/images/icon_128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiaJa3GYnha741D8jMxbJlS8LwRH2YnTeCEmrhiKqxhDiOYKa/3sZI+ucmFMHGJS/oBh3f6yfb4Lx8cFsq7WGOQ+fMQXvRI5dsBD+hzTCb7u2dxGgCtVX4BEvJoO9eFD08nEZQAAPRsGSLrNLWvUWdzAii2DmLKrGL4bK/qCuL55tIawsT/iHtF9g8Qr1wSnT2tksQ8pnjMfc3cx9ersyp0VKx0HA2MhlIYO3rj4+HaZWfPq7vy3arcwhxQz0ZnZlkuKJreIiIMj4MnetyON9IuLCg0pFbmcZRzuHdk9BhaebP0twiGKzBjRWZ+72YIKuXizr7kyh97P2f885tgNlMQIDAQAB",
  "manifest_version": 2,
  "name": "__MSG_ExtName__",
  "permissions": [
    "notifications",
    "alarms",
    "background",
    "power",
    "storage",
    "tabs",
    "cookies",
    "identity",
    "unlimitedStorage",
    "webRequest",
    "webRequestBlocking",
    "*://*.instagram.com/"
  ],
  "short_name": "ON-FOLLOW",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "9.0.0",
  "web_accessible_resources": [
    "res/*"
  ]
}