Examine source code of InSeller para Instagram

Inspect and view changes in InSeller para 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.1.8",
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "wClientId": "CYi-dBCbZSLOymHl5Ix6p",
  "appWebsite": "https://inseller.com.br",
  "appInstagram": "https://www.instagram.com/insellercrm?igsh=d2pscXI3cmE5ZWxp",
  "appContactPhone": "http://wa.me/5521998055832",
  "BASE_URL": "https://api.flowsi.com.br",
  "default_locale": "pt_BR",
  "background": {
    "service_worker": "src/pages/background/index.js",
    "type": "module"
  },
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "js": [
        "src/pages/content/index.js"
      ],
      "css": [
        "assets/css/contentStyle17435313037.chunk.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/js/*.js",
        "assets/css/*.css",
        "icon.png",
        "ig-logo.png",
        "_locales/others/*"
      ],
      "matches": [
        "https://www.instagram.com/*"
      ]
    }
  ],
  "permissions": [
    "storage",
    "cookies",
    "tabs",
    "alarms",
    "declarativeNetRequest",
    "identity",
    "activeTab"
  ],
  "host_permissions": [
    "*://*.instagram.com/*"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules/rule.json"
      }
    ]
  },
  "oauth2": {
    "client_id": "954008565780-a7r2ub0e4g34290uoaeoponbuebj2nnq.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile",
      "openid"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuwlq8j1ZrfHG5YGu8NRYR0XW2FmpqlkZfIeGphKQnDvbH3BLAhG9++8s4FOjPzUulu5h6agMGm9n77Lze433i/XV+HKfaIoW59nqM02JMMoE0iaCsXXjKg3EyciF4hEKz0EkMpWb0XctSBCumRv2EK+No+6gaHUbPK6RJPzdcPEDfaZM2KpfUv8Hq36SMxV0kEk5RT4sUoVy9BZzyGPJxZZZyTG4F+Jt8xc34iulY5CZKAoIvB+ByYi5cHnZwyJoHI4vao4PwyLNhiNojLKX2JOgADYSosCMrk0mNuBTkmgHpSPDvK9wP6JdgpG9QQsbSuC+vJjKKSv0hIGizP0RQQIDAQAB"
}