How Much Money Spent on AliExpress

How Much Money Spent on AliExpress

This extension will calculate and show how much money has already been spent on aliexpress.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extensionTitle__",
  "description": "__MSG_extensionDescription__",
  "version": "2.0.9",
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/get_started16.png",
      "32": "/images/get_started32.png",
      "48": "/images/get_started48.png",
      "128": "/images/get_started128.png"
    }
  },
  "author": "[email protected]",
  "homepage_url": "https://alihms.foundtt.com/en/",
  "icons": {
    "16": "/images/get_started16.png",
    "32": "/images/get_started32.png",
    "48": "/images/get_started48.png",
    "128": "/images/get_started128.png"
  },
  "default_locale": "en"
}