Lol2021 Converter
Converts the codes on Lol2021 to the actual price (in yuan)
Wat is Lol2021 Converter?
Lol2021 Converter is een Chrome-extensie ontwikkeld door Mingus, en de belangrijkste functie is "Converts the codes on Lol2021 to the actual price (in yuan)".
Extensie Screenshots
Download het CRX-bestand van de extensie Lol2021 Converter
Download Lol2021 Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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                     Basisinformatie over de Extensie
| Naam |   |  
| ID | nclbgkpoagdddmddmbppnldbcdpgjjni | 
| Officiële URL | https://chromewebstore.google.com/detail/lol2021-converter/nclbgkpoagdddmddmbppnldbcdpgjjni | 
| Beschrijving | Converts the codes on Lol2021 to the actual price (in yuan) | 
| Bestandsgrootte | 137 KB | 
| Aantal Installaties | 1,486 | 
| Huidige Versie | 0.0.0.1 | 
| Laatst Bijgewerkt | 2023-04-09 | 
| Publicatiedatum | 2023-04-08 | 
| Beoordeling | 5.00/5 Totaal 6 Beoordelingen | 
| Ontwikkelaar | Mingus | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
            ]
        }
    ]
}  |  |