Assistant for Instagram™ by NNT

Assistant for Instagram™ by NNT

Downloader for Instagram™ and uploader for Instagram™ in one app. Instagram video controls

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "0.1.6",
  "default_locale": "en",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "background": {
    "service_worker": "src/pages/background/index.js",
    "type": "module"
  },
  "action": {
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "*://*.instagram.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/pages/csHelper/index.js",
        "content.styles.css",
        "assets/js/*.js",
        "assets/css/*.css",
        "icon-128.png",
        "icon-34.png",
        "images/*",
        "src/pages/app/index.html"
      ],
      "matches": [
        "*://*.instagram.com/*"
      ]
    }
  ]
}