Price decoder for STOS/BMLin

Decoder for STOS/BMLin price codes and others.

什么是Price decoder for STOS/BMLin?

Price decoder for STOS/BMLin是由drantiniofficial开发的Chrome扩展程序,该扩展的主要功能是“Decoder for STOS/BMLin price codes and others.”。

扩展截图

screenshot

下载Price decoder for STOS/BMLin扩展crx文件

下载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"
    }
}