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.
什麼是Taobao-coupon?
Taobao-coupon是由Opentao開發的Chrome擴展程式,該擴展的主要功能是“The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.”。
擴展截圖
下載Taobao-coupon擴展crx文件
下載Taobao-coupon擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.
擴展基本資訊
名稱 | Taobao-coupon |
ID | dabheldlejolihkpmjnjhcgcojlgmfae |
官方網址 | https://chromewebstore.google.com/detail/taobao-coupon/dabheldlejolihkpmjnjhcgcojlgmfae |
簡介 | The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao. |
檔案大小 | 76.33 KB |
安裝次數 | 110 |
目前版本 | 1.1 |
更新時間 | 2023-04-25 |
上架時間 | 2020-09-08 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Opentao |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://opentao.cloud |
說明頁面URL | https://opentao.cloud |
隱私政策頁面URL | https://opentao.cloud/privacy-policy |
支援的語言 | 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\/*" ] } |