Aliexpress Global Site

Aliexpress Global Site

Transparently changes localized Aliexpress links (https://ru.aliexpress.com/...) to non-translated versions (https://www.aliexpress.com/...), no more junk auto-translations!

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Aliexpress Global Site",
  "description": "Rewrite any localized Aliexpress link to the untranslated version",
  "version": "1.3",
  "homepage_url": "https://github.com/Quwy/AliGlobalSite.git",
  "icons": {
    "48": "icons/ali-48.png",
    "96": "icons/ali-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "ali_rewrite.js"
      ]
    }
  ]
}