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 |
公式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 |
Eメール | [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\/*" ] } |