LikeBoost — лайки в инстаграм (Instagram)

LikeBoost — лайки в инстаграм (Instagram)

Прокачай свой аккаунт в Instagram, получая больше лайков и подписчиков

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "LikeBoost — лайки в инстаграм (Instagram)",
  "description": "Прокачай свой аккаунт в Instagram, получая больше лайков и подписчиков",
  "version": "1.0.5",
  "icons": {
    "128": "images/icon-128.png",
    "192": "images/icon-192.png"
  },
  "browser_action": {
    "default_icon": "images/icon-192.png",
    "default_popup": "popup/popup.html"
  },
  "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"
    ]
  },
  "permissions": [
    "storage",
    "background",
    "webRequest",
    "webRequestBlocking",
    "https://i.instagram.com/*",
    "https://app.likeboost.io/*",
    "https://ws.likeboost.io/*",
    "https://api.likeboost.io/*",
    "http://35.202.34.46:7000/*",
    "http://api.instagram.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost/*",
      "https://app.likeboost.io/*",
      "https://ws.likeboost.io/*",
      "https://api.likeboost.io/*"
    ]
  }
}