Price decoder for STOS/BMLin

Decoder for STOS/BMLin price codes and others.

What is Price decoder for STOS/BMLin?

Price decoder for STOS/BMLin is a Chrome extension developed by drantiniofficial, and its main feature is "Decoder for STOS/BMLin price codes and others.".

Extension Screenshots

screenshot

Download Price decoder for STOS/BMLin Extension CRX File

Download Price decoder for STOS/BMLin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ===---- 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.                    

Extension Basic Information

Name Price decoder for STOS/BMLin Price decoder for STOS/BMLin
ID bbafiecniichheadhagmllcjajcffhdl
Official URL https://chromewebstore.google.com/detail/price-decoder-for-stosbml/bbafiecniichheadhagmllcjajcffhdl
Description Decoder for STOS/BMLin price codes and others.
File Size 10.47 KB
Installation Count 4,925
Current Version 1.1
Last Updated 2021-11-13
Publish Date 2021-06-01
Rating 5.00/5 Total 5 Ratings
Developer drantiniofficial
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}