INSSIST | Web Client for Instagram

INSSIST | Web Client for Instagram

Post photos, videos, stories, reels to Instagram from Web. Schedule posts, send DMs, manage hashtags.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_ext_name_production__",
  "description": "__MSG_ext_description__",
  "version": "26.4.2",
  "default_locale": "en",
  "icons": {
    "16": "img/icon-16.png",
    "128": "img/icon-128.png",
    "500": "img/icon-500.png"
  },
  "background": {
    "scripts": [
      "/app/bg.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' blob: https://unpkg.com/ https://ssl.google-analytics.com/ https://www.google-analytics.com; object-src 'self' blob:",
  "content_scripts": [
    {
      "matches": [
        "https://*.instagram.com/*"
      ],
      "js": [
        "/js/emoji-regex.min.js",
        "/app/cs.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "https://*.inssist.com/backup"
      ],
      "js": [
        "/app/cs.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "permissions": [
    "alarms",
    "background",
    "cookies",
    "webRequest",
    "webRequestBlocking",
    "*://*.instagram.com/*",
    "*://*.facebook.com/*",
    "*://*.inssist.com/*"
  ],
  "optional_permissions": [
    "*://*.onfastspring.com/*",
    "downloads"
  ],
  "browser_action": {
    "default_icon": {
      "48": "img/icon-badge-48-normal.png"
    },
    "default_title": "INSSIST | Instagram Assistant"
  },
  "web_accessible_resources": [
    "/app/nj.js",
    "/app/bg.js",
    "/manifest.json",
    "/img/icon-128.png",
    "/img/new-post-extra-tag-assist.png",
    "/img/new-post-extra-cover-assist.png",
    "/img/new-post-extra-music-assist.png",
    "/img/rocket.png",
    "/img/harpa-avatar.png"
  ]
}