Lol2021 Converter

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

Apa itu Lol2021 Converter?

Lol2021 Converter adalah ekstensi Chrome yang dikembangkan oleh Mingus, dan fitur utamanya adalah "Converts the codes on Lol2021 to the actual price (in yuan)".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Lol2021 Converter

Unduh file ekstensi Lol2021 Converter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Lol2021 Converter Lol2021 Converter
ID nclbgkpoagdddmddmbppnldbcdpgjjni
URL Resmi https://chromewebstore.google.com/detail/lol2021-converter/nclbgkpoagdddmddmbppnldbcdpgjjni
Deskripsi Converts the codes on Lol2021 to the actual price (in yuan)
Ukuran File 137 KB
Jumlah Instalasi 1,486
Versi Saat Ini 0.0.0.1
Terakhir Diperbarui 2023-04-09
Tanggal Publikasi 2023-04-08
Penilaian 5.00/5 Total 6 Penilaian
Pengembang Mingus
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}