Lol2021 Converter

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

Was ist Lol2021 Converter?

Lol2021 Converter ist eine Chrome-Erweiterung, die von Mingus entwickelt wurde, und ihr Hauptmerkmal ist "Converts the codes on Lol2021 to the actual price (in yuan)".

Erweiterungsscreenshots

screenshot
screenshot

Lol2021 Converter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Lol2021 Converter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Lol2021 Converter Lol2021 Converter
ID nclbgkpoagdddmddmbppnldbcdpgjjni
Offizielle URL https://chromewebstore.google.com/detail/lol2021-converter/nclbgkpoagdddmddmbppnldbcdpgjjni
Beschreibung Converts the codes on Lol2021 to the actual price (in yuan)
Dateigröße 137 KB
Installationsanzahl 1,486
Aktuelle Version 0.0.0.1
Letztes Update 2023-04-09
Veröffentlichungsdatum 2023-04-08
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler Mingus
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}