Lol2021 Converter

Lol2021 Converter

Converts the codes on Lol2021 to the actual price (in yuan)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Lol2021 Converter",
  "version": "0.0.0.1",
  "description": "Converts the codes on Lol2021 to the actual price (in yuan)",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "64": "icon64.png",
    "128": "icon128.png",
    "256": "icon256.png",
    "512": "icon512.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://lol2021.x.yupoo.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}