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)".
Снимки экрана расширения
Скачать файл 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                     Основная информация о расширении
| Название |   |  
| 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"
            ]
        }
    ]
}  |  |