TaoBao CNY to USD converter

TaoBao CNY to USD converter

Converts based on .15 CNY to 1 USD

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TaoBao CNY to USD converter",
  "description": "Converts based on .15 CNY to 1 USD",
  "version": "1.0",
  "manifest_version": 3,
  "icons": {
    "16": "icon-16.png",
    "24": "icon-24.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png",
    "256": "icon-256.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.taobao.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}