Instunfollow

Instunfollow

Mass Unfollow Everyone On Your Instagram! Max: 80/Hour

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Instunfollow",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Mass Unfollow Everyone On Your Instagram! Max: 80/Hour",
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.instagram.com/*"
      ],
      "js": [
        "jquery.js",
        "popup.js"
      ]
    }
  ],
  "icons": {
    "16": "icon.png"
  },
  "browser_action": {
    "default_title": "UNFOLLOW!"
  },
  "permissions": [
    "https://*/*",
    "http://*/*",
    "tabs"
  ]
}