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
Eメール [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"
    }
}