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.
Apa itu Taobao-coupon?
Taobao-coupon adalah ekstensi Chrome yang dikembangkan oleh Opentao, dan fitur utamanya adalah "The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Taobao-coupon
Unduh file ekstensi Taobao-coupon dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.
Informasi Dasar Ekstensi
Nama | Taobao-coupon |
ID | dabheldlejolihkpmjnjhcgcojlgmfae |
URL Resmi | https://chromewebstore.google.com/detail/taobao-coupon/dabheldlejolihkpmjnjhcgcojlgmfae |
Deskripsi | The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao. |
Ukuran File | 76.33 KB |
Jumlah Instalasi | 110 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2023-04-25 |
Tanggal Publikasi | 2020-09-08 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Opentao |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://opentao.cloud |
URL Halaman Bantuan | https://opentao.cloud |
URL Halaman Kebijakan Privasi | https://opentao.cloud/privacy-policy |
Bahasa yang Didukung | 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\/*" ] } |