Price decoder for STOS/BMLin
Decoder for STOS/BMLin price codes and others.
Wat is Price decoder for STOS/BMLin?
Price decoder for STOS/BMLin is een Chrome-extensie ontwikkeld door drantiniofficial, en de belangrijkste functie is "Decoder for STOS/BMLin price codes and others.".
Extensie Screenshots
Download het CRX-bestand van de extensie Price decoder for STOS/BMLin
Download Price decoder for STOS/BMLin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
===---- 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. Basisinformatie over de Extensie
| Naam | |
| ID | bbafiecniichheadhagmllcjajcffhdl |
| Officiële URL | https://chromewebstore.google.com/detail/price-decoder-for-stosbml/bbafiecniichheadhagmllcjajcffhdl |
| Beschrijving | Decoder for STOS/BMLin price codes and others. |
| Bestandsgrootte | 10.47 KB |
| Aantal Installaties | 4,925 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2021-11-13 |
| Publicatiedatum | 2021-06-01 |
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | drantiniofficial |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |