Ploxia – Free Instagram Bot

Ploxia – Free Instagram Bot

The best SMM-service for Instagram. Manage & Promotion accounts online 24/7.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ploxia – Free Instagram Bot",
  "short_name": "Ploxia Bot",
  "version": "1.4.14.1",
  "description": "The best SMM-service for Instagram. Manage & Promotion accounts online 24/7.",
  "icons": {
    "192": "images/icon.png"
  },
  "background": {
    "scripts": [
      "shared/credentials.js",
      "background/services/insecure_headers.js",
      "background/services/on_install.js",
      "background/main.js",
      "background/storage/collection.js",
      "background/storage/storage_promise.js",
      "background/storage/instagram_stats.js",
      "background/storage/chrome_history.js",
      "background/window_confirmator.js",
      "background/main_service.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": "images/icon.png"
  },
  "permissions": [
    "storage",
    "background",
    "webRequest",
    "webRequestBlocking",
    "https://i.instagram.com/*",
    "https://app.ploxia.es/",
    "https://*.app.ploxia.es/",
    "https://*.app.ploxia.es/*"
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost/*",
      "https://*.app.ploxia.es/",
      "https://*.app.ploxia.es/*"
    ]
  },
  "manifest_version": 2
}