Instagram Fake Followers

Instagram Fake Followers

Showing fake followers on Instagram will help impress friends.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "pages/background.html"
  },
  "browser_action": {
    "default_icon": "images/128.png",
    "default_popup": "pages/popup.html",
    "default_title": "__MSG_app_name__"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "styles/inject.css"
      ],
      "js": [
        "scripts/inject.js"
      ],
      "matches": [
        "*://*.instagram.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "homepage_url": "https://www.codehemu.com/2022/03/instagram-fake-followers.html",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "64": "images/64.png",
    "128": "images/128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_app_name__",
  "permissions": [
    "storage",
    "webRequest",
    "http://*/*",
    "https://*/*"
  ],
  "short_name": "instagram-fake-followers",
  "version": "2.1.1",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}