Taobao Helper
Search Taobao items in browser directly
Wat is Taobao Helper?
Taobao Helper is een Chrome-extensie ontwikkeld door https://yolo.blue, en de belangrijkste functie is "Search Taobao items in browser directly".
Extensie Screenshots
Download het CRX-bestand van de extensie Taobao Helper
Download Taobao Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Taobao Helper |
ID | dmbbmaaonmjlmomcbcpeohnkbcgcefam |
Officiële URL | https://chromewebstore.google.com/detail/taobao-helper/dmbbmaaonmjlmomcbcpeohnkbcgcefam |
Beschrijving | Search Taobao items in browser directly |
Bestandsgrootte | 94.47 KB |
Aantal Installaties | 553 |
Huidige Versie | 0.3.6 |
Laatst Bijgewerkt | 2023-09-14 |
Publicatiedatum | 2020-06-19 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://yolo.blue |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://shopping.yolo.blue/ |
Ondersteunde Talen | 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" } |