Price decoder for STOS/BMLin
Decoder for STOS/BMLin price codes and others.
Apa itu Price decoder for STOS/BMLin?
Price decoder for STOS/BMLin adalah ekstensi Chrome yang dikembangkan oleh drantiniofficial, dan fitur utamanya adalah "Decoder for STOS/BMLin price codes and others.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Price decoder for STOS/BMLin
Unduh file ekstensi Price decoder for STOS/BMLin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
===---- 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.
Informasi Dasar Ekstensi
Nama | Price decoder for STOS/BMLin |
ID | bbafiecniichheadhagmllcjajcffhdl |
URL Resmi | https://chromewebstore.google.com/detail/price-decoder-for-stosbml/bbafiecniichheadhagmllcjajcffhdl |
Deskripsi | Decoder for STOS/BMLin price codes and others. |
Ukuran File | 10.47 KB |
Jumlah Instalasi | 4,925 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2021-11-13 |
Tanggal Publikasi | 2021-06-01 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | drantiniofficial |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |