Follower for Instagram

Follower for Instagram

Automatically follows the Instagram accounts you specify.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Follower for Instagram",
  "version": "0.2",
  "author": "Aris Melachroinos",
  "manifest_version": 3,
  "description": "Automatically follows the Instagram accounts you specify.",
  "permissions": [
    "storage",
    "scripting",
    "alarms",
    "webRequest",
    "contextMenus"
  ],
  "host_permissions": [
    "https://www.instagram.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Follower for Instagram",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "icon.png"
  }
}