Aliexpress - Sort By Europe

Aliexpress - Sort By Europe

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


{
  "manifest_version": 3,
  "name": "Aliexpress - Sort By Europe ",
  "short_name": "Aliexpress Eu",
  "version": "4.0",
  "author": "GamerNameUnknown",
  "description": "Search for items on Aliexpress in countries such as Poland, Slovakia, Czech Republic, France, Spain, and Italy.",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "/images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.aliexpress.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_icon": "/images/icon48.png",
    "default_popup": "popup.html",
    "default_title": "Aliexpress Europe"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}