Taobao Helper
Search Taobao items in browser directly
Qu'est-ce que Taobao Helper ?
Taobao Helper est une extension Chrome développée par https://yolo.blue, et sa fonction principale est "Search Taobao items in browser directly".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Taobao Helper
Téléchargez les fichiers d'extension Taobao Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Taobao Helper |
ID | dmbbmaaonmjlmomcbcpeohnkbcgcefam |
URL Officiel | https://chromewebstore.google.com/detail/taobao-helper/dmbbmaaonmjlmomcbcpeohnkbcgcefam |
Description | Search Taobao items in browser directly |
Taille du Fichier | 94.47 KB |
Nombre d'Installations | 553 |
Version Actuelle | 0.3.6 |
Dernière Mise à Jour | 2023-09-14 |
Date de Publication | 2020-06-19 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | https://yolo.blue |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://shopping.yolo.blue/ |
Langues Prises en Charge | 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" } |