Lol2021 Converter

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

Τι είναι το Lol2021 Converter;

Το Lol2021 Converter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mingus, και η κύρια λειτουργία του είναι "Converts the codes on Lol2021 to the actual price (in yuan)".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Lol2021 Converter

Λήψη αρχείων επέκτασης Lol2021 Converter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Lol2021 Converter Lol2021 Converter
ID nclbgkpoagdddmddmbppnldbcdpgjjni
Επίσημο URL https://chromewebstore.google.com/detail/lol2021-converter/nclbgkpoagdddmddmbppnldbcdpgjjni
Περιγραφή Converts the codes on Lol2021 to the actual price (in yuan)
Μέγεθος Αρχείου 137 KB
Αριθμός Εγκαταστάσεων 1,486
Τρέχουσα Έκδοση 0.0.0.1
Τελευταία Ενημέρωση 2023-04-09
Ημερομηνία Δημοσίευσης 2023-04-08
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Mingus
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}