Aliexpress Europe extension

Aliexpress Europe extension

Search for items on Aliexpress in countries such as Poland, Slovakia, Czech Republic, France, Spain, and Italy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "/images/icon.png",
    "default_popup": "popup.html",
    "default_title": "AEE"
  },
  "author": "GamerNameUnknown",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "ExtPay.js"
      ],
      "matches": [
        "https://extensionpay.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://*.aliexpress.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Search for items on Aliexpress in countries such as Poland, Slovakia, Czech Republic, France, Spain, and Italy.",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiF4yYy9DVb7mbNswP8vV2SHiNW3OI5D6KVFgQg+PgV8j1je9+iS5zoNfhn9KQKa3t4fHpit395TMkI8Chnqg/zejWNh/S7q8APxeeXSL3ptwAZ+f+nw6Xy4bMRbauPoDOH1WGVhzO3AKcjTTbytm8RRYH9AuQttMwnqTMJpZE11tzxpMS9H63QINvBK9aOPzL7WP0zhD1FRnjTB2twe5aNqXc/Zvr+Awtpfv2W3EU+s2GN1bgtvc7MXbtOudr7ohyMikbGad9usH3E5vDfQV5DRdBvu4wiB6ovo4ttfSmlupV/YS0r02nyZ58UvyYD+Imrh4JEUXUSNKdGGjTkvLTQIDAQAB",
  "manifest_version": 3,
  "name": "Aliexpress Europe extension",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "short_name": "AEE",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "4.0.1"
}