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.
Wat is Taobao-coupon?
Taobao-coupon is een Chrome-extensie ontwikkeld door Opentao, en de belangrijkste functie is "The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.".
Extensie Screenshots
Download het CRX-bestand van de extensie Taobao-coupon
Download Taobao-coupon-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
The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.
Basisinformatie over de Extensie
Naam | Taobao-coupon |
ID | dabheldlejolihkpmjnjhcgcojlgmfae |
Officiële URL | https://chromewebstore.google.com/detail/taobao-coupon/dabheldlejolihkpmjnjhcgcojlgmfae |
Beschrijving | The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao. |
Bestandsgrootte | 76.33 KB |
Aantal Installaties | 110 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2023-04-25 |
Publicatiedatum | 2020-09-08 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Opentao |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://opentao.cloud |
Help Pagina-URL | https://opentao.cloud |
URL van de Privacybeleid Pagina | https://opentao.cloud/privacy-policy |
Ondersteunde Talen | 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\/*" ] } |