Lol2021 Converter

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

什么是Lol2021 Converter?

Lol2021 Converter是由Mingus开发的Chrome扩展程序,该扩展的主要功能是“Converts the codes on Lol2021 to the actual price (in yuan)”。

扩展截图

screenshot
screenshot

下载Lol2021 Converter扩展crx文件

下载Lol2021 Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Lol2021’s Yupoo (https://lol2021.x.yupoo.com) is a site for getting links for specific items on sites such as Weidian and Taobao. If you want the price of these items you have to go to the converter (https://bmlin-decoder.netlify.app). This extension shows the price automatically on his page instead of the user having to go to the decoder                    

扩展基本信息

名称 Lol2021 Converter Lol2021 Converter
ID nclbgkpoagdddmddmbppnldbcdpgjjni
官方URL https://chromewebstore.google.com/detail/lol2021-converter/nclbgkpoagdddmddmbppnldbcdpgjjni
简介 Converts the codes on Lol2021 to the actual price (in yuan)
文件大小 137 KB
安装次数 1,486
当前版本 0.0.0.1
更新时间 2023-04-09
上架时间 2023-04-08
评分 5.00/5 共6次评分
开发者 Mingus
电子邮箱 [email protected]
付费类型 free
支持的语言 en
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"
            ]
        }
    ]
}