Lol2021 Converter

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

Qu'est-ce que Lol2021 Converter ?

Lol2021 Converter est une extension Chrome développée par Mingus, et sa fonction principale est "Converts the codes on Lol2021 to the actual price (in yuan)".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Lol2021 Converter

Téléchargez les fichiers d'extension Lol2021 Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Lol2021 Converter Lol2021 Converter
ID nclbgkpoagdddmddmbppnldbcdpgjjni
URL Officiel https://chromewebstore.google.com/detail/lol2021-converter/nclbgkpoagdddmddmbppnldbcdpgjjni
Description Converts the codes on Lol2021 to the actual price (in yuan)
Taille du Fichier 137 KB
Nombre d'Installations 1,486
Version Actuelle 0.0.0.1
Dernière Mise à Jour 2023-04-09
Date de Publication 2023-04-08
Évaluation 5.00/5 Total 6 Évaluations
Développeur Mingus
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}