Taobao-coupon
The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.
Was ist Taobao-coupon?
Taobao-coupon ist eine Chrome-Erweiterung, die von Opentao entwickelt wurde, und ihr Hauptmerkmal ist "The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.".
Erweiterungsscreenshots
Taobao-coupon-Erweiterungs-CRX-Datei herunterladen
Laden Sie Taobao-coupon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.
Grundlegende Informationen zur Erweiterung
Name | Taobao-coupon |
ID | dabheldlejolihkpmjnjhcgcojlgmfae |
Offizielle URL | https://chromewebstore.google.com/detail/taobao-coupon/dabheldlejolihkpmjnjhcgcojlgmfae |
Beschreibung | The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao. |
Dateigröße | 76.33 KB |
Installationsanzahl | 110 |
Aktuelle Version | 1.1 |
Letztes Update | 2023-04-25 |
Veröffentlichungsdatum | 2020-09-08 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Opentao |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://opentao.cloud |
Hilfeseite URL | https://opentao.cloud |
URL der Datenschutzrichtlinien-Seite | https://opentao.cloud/privacy-policy |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "content.css" ], "js": [ "libs\/crypto-js.min.js", "content.js" ], "matches": [ "https:\/\/*.taobao.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.tmall.hk\/*", "https:\/\/*.opentao.cloud\/*" ], "run_at": "document_end", "all_frames": true } ], "description": "The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.", "icons": { "128": "images\/logo_128x128.png", "16": "images\/logo_16x16.png", "48": "images\/logo_48x48.png" }, "manifest_version": 3, "author": "[email protected]", "name": "Taobao-coupon", "permissions": [ "scripting", "tabs", "activeTab", "declarativeNetRequest" ], "version": "1.1", "action": { "default_icon": "images\/logo_32x32.png" }, "content_security_policy": [], "host_permissions": [ "https:\/\/*.taobao.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.tmall.hk\/*", "https:\/\/*.opentao.cloud\/*" ] } |