Price decoder for STOS/BMLin

Decoder for STOS/BMLin price codes and others.

Что такое Price decoder for STOS/BMLin?

Price decoder for STOS/BMLin - это расширение Chrome, разработанное drantiniofficial, и его основная функция - "Decoder for STOS/BMLin price codes and others.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Price decoder for STOS/BMLin

Скачайте файлы расширений Price decoder for STOS/BMLin в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        ===---- AUTOMATIC DETECTION ----===
Use this price decoder on any yupoo website that has STOS/BMLin price codes, If price code is detected it will automatically convert it to human-readable prices.

===---- (NEW) VARIOUS CURRENCIES (NEW) ----===
You can now change currency to convert the price code to.
Available currencies are: USD, EUR, GBP, CAD

===---- MANUAL CONVERSION ----===
If not, you can open the popup by clicking on the extension ("black PD in white box") icon and enter the code manually.                    

Основная информация о расширении

Название Price decoder for STOS/BMLin Price decoder for STOS/BMLin
ID bbafiecniichheadhagmllcjajcffhdl
Официальный URL https://chromewebstore.google.com/detail/price-decoder-for-stosbml/bbafiecniichheadhagmllcjajcffhdl
Описание Decoder for STOS/BMLin price codes and others.
Размер файла 10.47 KB
Количество установок 4,925
Текущая Версия 1.1
Последнее Обновление 2021-11-13
Дата публикации 2021-06-01
Рейтинг 5.00/5 Всего 5 оценок
Разработчик drantiniofficial
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Price decoder for STOS\/BMLin",
    "description": "Decoder for STOS\/BMLin price codes and others.",
    "version": "1.1",
    "minimum_chrome_version": "88",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.yupoo.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "logo.png"
    },
    "action": {
        "default_popup": "popup.html"
    }
}