Examine source code of Quantify - Influencer Marketing on Instagram

Inspect and view changes in Quantify - Influencer Marketing on Instagram source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Quantify - Influencer Marketing on Instagram",
  "short_name": "Quantify",
  "description": "Get data insights, audience and stories from any Instagram, TikTok or YouTube profile. Organize your Influencer Marketing campaigns.",
  "version": "1.3.30",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "scripting",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.instagram.com/*",
        "https://*.youtube.com/*",
        "https://*.tiktok.com/*"
      ],
      "js": [
        "jquery-3.7.1.min.js",
        "main.js",
        "helpers.js"
      ],
      "run_at": "document_start",
      "css": [
        "assets/css/font-awesome.min.css"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "background": {
    "service_worker": "serviceWorker.js"
  },
  "action": {
    "default_icon": {
      "19": "icon_19.png",
      "38": "icon_38.png"
    }
  },
  "host_permissions": [
    "https://*.instagram.com/*",
    "https://*.youtube.com/*",
    "https://*.tiktok.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icon_48.png",
        "icon_38.png",
        "logo.svg",
        "download.png",
        "assets/fonts/*",
        "assets/img/*",
        "builds/*",
        "helpers.js"
      ],
      "matches": [
        "https://*.instagram.com/*",
        "https://*.youtube.com/*",
        "https://*.woomio.com/*",
        "https://*.tiktok.com/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}