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. 扩展基本信息
| 名称 | |
| ID | dabheldlejolihkpmjnjhcgcojlgmfae |
| 官方URL | 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\/*"
]
} | |