Taobao Helper
Search Taobao items in browser directly
What is Taobao Helper?
Taobao Helper is a Chrome extension developed by https://yolo.blue, and its main feature is "Search Taobao items in browser directly".
Extension Screenshots
Download Taobao Helper Extension CRX File
Download Taobao Helper 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
Taobao Helper gives you quick access to Taobao, just click the extension's icon, input what you want to search, then click 'Search' or hit Enter key, you're all set. By the way, you can get coupons from Taobao and other providers along the way.
Extension Basic Information
Name | Taobao Helper |
ID | dmbbmaaonmjlmomcbcpeohnkbcgcefam |
Official URL | https://chromewebstore.google.com/detail/taobao-helper/dmbbmaaonmjlmomcbcpeohnkbcgcefam |
Description | Search Taobao items in browser directly |
File Size | 94.47 KB |
Installation Count | 553 |
Current Version | 0.3.6 |
Last Updated | 2023-09-14 |
Publish Date | 2020-06-19 |
Rating | 4.00/5 Total 2 Ratings |
Developer | https://yolo.blue |
[email protected] | |
Payment Type | free |
Extension Website | https://shopping.yolo.blue/ |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_ext_name__", "version": "0.3.6", "description": "__MSG_ext_description__", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": "images\/icon16.png", "default_popup": "popup.html" }, "author": "Lei Wang", "background": { "service_worker": "scripts\/background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [], "short_name": "__MSG_ext_short_name__", "default_locale": "en" } |