Aliexpress Improve

Aliexpress Improve

Улучшения и надстройки AliExpress

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Aliexpress Improve",
  "short_name": "AliImprove",
  "author": "BaNru",
  "version": "2.6.5",
  "description": "Улучшения и надстройки AliExpress",
  "permissions": [
    "*://*.aliexpress.com/*",
    "*://*.aliexpress.ru/*",
    "*://*.cbr.ru/*",
    "cookies",
    "storage"
  ],
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "background": {
    "scripts": [
      "js/functions.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "css": [
        "css/style.css"
      ],
      "matches": [
        "*://*.aliexpress.com/*",
        "*://*.aliexpress.ru/*"
      ],
      "js": [
        "/js/content_functions.js",
        "/js/functions.js",
        "/js/content.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_title": "Aliexpress Improve",
    "default_popup": "html/popup.html",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  }
}