Growman: IG Email Saver

Growman: IG Email Saver

Growman is a powerfull tool helps you to save Emails from IG by followers, followings, locations, and hashtags.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_chrome_extension_name__",
  "description": "__MSG_chrome_extension_description__",
  "version": "2.1.0",
  "manifest_version": 3,
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "default_locale": "en",
  "action": {
    "default_title": "Growman",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "https://i.instagram.com/*",
    "https://www.instagram.com/*",
    "https://*.cdninstagram.com/*",
    "https://*.fbcdn.net/*",
    "https://automatism.works/"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}