Yupoo Yuan Converter

Converts Yuan to the desired currency on the Yupoo site.

Yupoo Yuan Converter là gì?

Yupoo Yuan Converter là một tiện ích mở rộng Chrome được phát triển bởi Krachan, và tính năng chính của nó là "Converts Yuan to the desired currency on the Yupoo site.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yupoo Yuan Converter

Tải xuống các tệp mở rộng Yupoo Yuan Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yupoo Yuan Converter Yupoo Yuan Converter
ID omgofpfmohdoolhihabaghdnjomopapl
URL Chính Thức https://chromewebstore.google.com/detail/yupoo-yuan-converter/omgofpfmohdoolhihabaghdnjomopapl
Mô tả Converts Yuan to the desired currency on the Yupoo site.
Kích Thước Tệp 70.66 KB
Số Lần Cài Đặt 161
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-05-07
Ngày Phát Hành 2023-05-06
Nhà Phát Triển Krachan
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}