UsaTrans - Авто из США

UsaTrans - Авто из США

Simplify trading process for dealers

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "UsaTrans - Авто из США",
  "description": "Simplify trading process for dealers",
  "version": "1.7.1",
  "icons": {
    "16": "img/icon.png",
    "32": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png",
    "256": "img/icon.png"
  },
  "permissions": [
    "proxy",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "cookies",
    "management",
    "background",
    "*://*.copart.com/*",
    "*://usa-trans.pp.ua/*"
  ],
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "https://www.copart.com/*"
      ],
      "js": [
        "js/index.js",
        "js/jquery.js"
      ],
      "css": [
        "copart/copart.css"
      ]
    },
    {
      "run_at": "document_start",
      "matches": [
        "https://g2auction.copart.com/*"
      ],
      "js": [
        "js/g2.js",
        "js/jquery.js"
      ]
    },
    {
      "js": [
        "js/iaaiOverrideUserName.js"
      ],
      "matches": [
        "*://*.iaai.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "js/iaaiLogInPage.js"
      ],
      "matches": [
        "*://login.iaai.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "js/iaaiScript.js"
      ],
      "matches": [
        "*://*.iaai.com/*"
      ]
    },
    {
      "js": [
        "js/iaaiScriptStart.js"
      ],
      "matches": [
        "*://*.iaai.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "js/iaaiHidePayment.js"
      ],
      "matches": [
        "*://*.iaai.com/Payment*",
        "*://*.iaai.com/payment*",
        "*://*.iaai.com/tobepickedup*",
        "*://*.iaai.com/purchasehistory*",
        "*://*.iaai.com/Purchasehistory*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "js/iaaiDashboard.js"
      ],
      "matches": [
        "*://*.iaai.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": true,
      "js": [
        "js/iaaiLiveAuction.js"
      ],
      "matches": [
        "*://portal.auctionnow.iaai.com/*"
      ]
    }
  ],
  "background": {
    "matches": [
      "https://www.copart.com/*",
      "*://*.iaai.com/*"
    ],
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "*"
  ],
  "incognito": "not_allowed",
  "externally_connectable": {
    "matches": [
      "*://*.copart.com/*"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup/popup.html"
  }
}