Eridan Duplicator

Eridan Duplicator

Удобный инструмент для просмотра и покупки лотов на аукционе Копарт (https://copart.com)! Расширение предоставляет…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "4.9.4",
  "name": "Eridan Duplicator",
  "background": {
    "page": "background/index.html",
    "persistent": true
  },
  "permissions": [
    "webRequestBlocking",
    "unlimitedStorage",
    "webRequest",
    "management",
    "webNavigation",
    "privacy",
    "cookies",
    "storage",
    "proxy",
    "tabs",
    "*://*.eridan-duplicator.com/*",
    "*://.eridan-duplicator.com/*",
    "*://*.copart.com/*",
    "*://.copart.com/*",
    "*://*.iaai.com/*",
    "*://.iaai.com/*"
  ],
  "browser_action": {
    "default_popup": "popup/index.html",
    "default_icon": "assets/img/icon-16.png"
  },
  "icons": {
    "16": "assets/img/icon-16.png",
    "34": "assets/img/icon-34.png",
    "48": "assets/img/icon-48.png",
    "128": "assets/img/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://iaai.com/*",
        "*://www.iaai.com/*"
      ],
      "js": [
        "features/heart_beat.bundle.js",
        "iaai/iaai_content.bundle.js",
        "iaai/iaai_document_idle.bundle.js"
      ]
    },
    {
      "matches": [
        "*://iaai.com/*",
        "*://www.iaai.com/*",
        "*://portal.auctionnow.iaai.com/*"
      ],
      "run_at": "document_start",
      "css": [
        "iaai/content.styles.css"
      ],
      "js": [
        "features/message_bridge.bundle.js",
        "features/localization.bundle.js",
        "iaai/iaai_live_auction.bundle.js"
      ]
    },
    {
      "matches": [
        "*://iaai.com/*",
        "*://www.iaai.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "iaai/iaai_document_start.bundle.js"
      ]
    },
    {
      "matches": [
        "*://copart.com/*",
        "*://www.copart.com/*"
      ],
      "css": [
        "copart/content.styles.css"
      ],
      "js": [
        "features/heart_beat.bundle.js",
        "copart/copart_content.bundle.js",
        "copart/copart_document_idle.bundle.js"
      ]
    },
    {
      "matches": [
        "*://copart.com/*",
        "*://www.copart.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "copart/copart_document_start.bundle.js"
      ]
    },
    {
      "matches": [
        "*://copart.com/*",
        "*://www.copart.com/*",
        "*://g2auction.copart.com/*"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "features/message_bridge.bundle.js",
        "features/localization.bundle.js",
        "copart/copart_live_auction.bundle.js"
      ]
    },
    {
      "matches": [
        "*://g2auction.copart.com/*"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "copart/copart_g2auction_start.bundle.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://copart.com/*",
      "*://*.copart.com/*",
      "*://.copart.com/*",
      "*://iaai.com/*",
      "*://*.iaai.com/*",
      "*://.iaai.com/*"
    ]
  },
  "web_accessible_resources": [
    "copart/content.styles.css",
    "copart/copart_xhr_interceptor.bundle.js",
    "copart/copart_ws_logger.bundle.js",
    "copart/copart_g2auction_start.bundle.js",
    "iaai/iaai_xhr_interceptor.bundle.js",
    "assets/img/AutoAstat.ico",
    "assets/img/icon-transparent.png",
    "assets/img/icon-128.png",
    "assets/img/loader.gif",
    "features/photo_gallery/index.html"
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://cdn.ingest-lr.com; object-src 'self'"
}