Lol2021 Converter
Converts the codes on Lol2021 to the actual price (in yuan)
Cos'è Lol2021 Converter?
Lol2021 Converter è un'estensione di Chrome sviluppata da Mingus, e la sua funzione principale è "Converts the codes on Lol2021 to the actual price (in yuan)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lol2021 Converter
Scarica i file di estensione Lol2021 Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | nclbgkpoagdddmddmbppnldbcdpgjjni | 
| URL Ufficiale | https://chromewebstore.google.com/detail/lol2021-converter/nclbgkpoagdddmddmbppnldbcdpgjjni | 
| Descrizione | Converts the codes on Lol2021 to the actual price (in yuan) | 
| Dimensione del File | 137 KB | 
| Conteggio Installazioni | 1,486 | 
| Versione Corrente | 0.0.0.1 | 
| Ultimo Aggiornamento | 2023-04-09 | 
| Data di Pubblicazione | 2023-04-08 | 
| Valutazione | 5.00/5 Totale 6 Valutazioni | 
| Sviluppatore | Mingus | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | 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"
            ]
        }
    ]
}  |  |