UAI - Unfollow Accounts on Instagram

UAI - Unfollow Accounts on Instagram

This extension will extract accounts accounts from your Instagram by your supervision

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "UAI - Unfollow Accounts on Instagram",
  "description": "This extension will extract accounts accounts from your Instagram by your supervision",
  "version": "1.1.1",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "activeTab",
    "declarativeContent"
  ],
  "page_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "imgs/uai.png",
      "32": "imgs/uai.png",
      "48": "imgs/uai.png",
      "128": "imgs/uai.png"
    }
  },
  "icons": {
    "16": "imgs/uai.png",
    "32": "imgs/uai.png",
    "48": "imgs/uai.png",
    "128": "imgs/uai.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery.js",
        "content.js"
      ]
    }
  ]
}