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.
Hvad er Taobao-coupon?
Taobao-coupon er en Chrome-udvidelse udviklet af Opentao, og dens hovedfunktion er "The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.".
Udvidelsesskærmbilleder
Download Taobao-coupon-udvidelses-CRX-fil
Download Taobao-coupon-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.
Grundlæggende oplysninger om udvidelsen
Navn | Taobao-coupon |
ID | dabheldlejolihkpmjnjhcgcojlgmfae |
Officiel URL | https://chromewebstore.google.com/detail/taobao-coupon/dabheldlejolihkpmjnjhcgcojlgmfae |
Beskrivelse | The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao. |
Filstørrelse | 76.33 KB |
Antal Installationer | 110 |
Nuværende Version | 1.1 |
Senest Opdateret | 2023-04-25 |
Udgivelsesdato | 2020-09-08 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Opentao |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://opentao.cloud |
Hjælpeside-URL | https://opentao.cloud |
URL til Fortrolighedspolitik Side | https://opentao.cloud/privacy-policy |
Understøttede Sprog | 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\/*" ] } |