Taobao Helper
Search Taobao items in browser directly
Co to jest Taobao Helper?
Taobao Helper to rozszerzenie Chrome opracowane przez https://yolo.blue, a jego główną funkcją jest „Search Taobao items in browser directly”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Taobao Helper
Pobierz pliki rozszerzeń Taobao Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Taobao Helper |
ID | dmbbmaaonmjlmomcbcpeohnkbcgcefam |
Oficjalny URL | https://chromewebstore.google.com/detail/taobao-helper/dmbbmaaonmjlmomcbcpeohnkbcgcefam |
Opis | Search Taobao items in browser directly |
Rozmiar pliku | 94.47 KB |
Liczba instalacji | 553 |
Aktualna Wersja | 0.3.6 |
Ostatnia Aktualizacja | 2023-09-14 |
Data Publikacji | 2020-06-19 |
Ocena | 4.00/5 Łącznie 2 Oceny |
Deweloper | https://yolo.blue |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://shopping.yolo.blue/ |
Obsługiwane Języki | 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" } |