Yupoo Yuan Converter

Converts Yuan to the desired currency on the Yupoo site.

Cos'è Yupoo Yuan Converter?

Yupoo Yuan Converter è un'estensione di Chrome sviluppata da Krachan, e la sua funzione principale è "Converts Yuan to the desired currency on the Yupoo site.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Yupoo Yuan Converter

Scarica i file di estensione Yupoo Yuan Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The Yupoo Yuan Converter extension is a tool that helps users to automatically convert the prices of items listed on the Yupoo website from Chinese yuan to a desired currency. 

The extension is specifically designed for those who use the Yupoo website for buying clothes and shoes, as it can be tedious to manually convert the prices into a desired currency. With the extension, users can easily select the desired currency and the prices will be automatically converted, making shopping on Yupoo more convenient and accessible.                    

Informazioni di Base sull'Estensione

Nome Yupoo Yuan Converter Yupoo Yuan Converter
ID omgofpfmohdoolhihabaghdnjomopapl
URL Ufficiale https://chromewebstore.google.com/detail/yupoo-yuan-converter/omgofpfmohdoolhihabaghdnjomopapl
Descrizione Converts Yuan to the desired currency on the Yupoo site.
Dimensione del File 70.66 KB
Conteggio Installazioni 161
Versione Corrente 1.0
Ultimo Aggiornamento 2023-05-07
Data di Pubblicazione 2023-05-06
Sviluppatore Krachan
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yupoo Yuan Converter",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Converts Yuan to the desired currency on the Yupoo site.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.yupoo.com\/*",
                "http:\/\/*.yupoo.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "popup.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}