TaoBao CNY to USD converter
Converts based on .15 CNY to 1 USD
What is TaoBao CNY to USD converter?
TaoBao CNY to USD converter is a Chrome extension developed by textytext12, and its main feature is "Converts based on .15 CNY to 1 USD".
Extension Screenshots
Download TaoBao CNY to USD converter Extension CRX File
Download TaoBao CNY to USD converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Converts CNY to USD on Taobao based on a 15 cent per dollar conversion rate. Prices are not 100% accurate and not guaranteed. This extension is not guaranteed to work on every Taobao page but it will generally work on search results, item listings, Taobao storefronts, and your favorites list.
Extension Basic Information
Name | TaoBao CNY to USD converter |
ID | ehknkedaccngdjgnmdifibhjmkdojbaf |
Official URL | https://chromewebstore.google.com/detail/taobao-cny-to-usd-convert/ehknkedaccngdjgnmdifibhjmkdojbaf |
Description | Converts based on .15 CNY to 1 USD |
File Size | 20.4 KB |
Installation Count | 201 |
Current Version | 1.0 |
Last Updated | 2022-05-10 |
Publish Date | 2022-05-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | textytext12 |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TaoBao CNY to USD converter", "description": "Converts based on .15 CNY to 1 USD", "version": "1.0", "manifest_version": 3, "icons": { "16": "icon-16.png", "24": "icon-24.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png", "256": "icon-256.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.taobao.com\/*" ], "js": [ "content.js" ] } ] } |