Instagram Follow Requests Accept

Instagram Follow Requests Accept

Accept Instagram follow request using this tool. No need to click on each request accept it all together.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Instagram Follow Requests Accept",
  "description": "Accept Instagram follow request using this tool. No need to click on each request accept it all together.",
  "version": "2.0",
  "icons": {
    "19": "icon19.png",
    "38": "icon38.png",
    "48": "icon.png",
    "128": "icon128.png"
  },
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  }
}