淘好券 - 淘宝优惠券,天猫优惠券领取
天猫、淘宝商品优惠券一键领取,在浏览淘宝、天猫商品时直接显示该商品是否有优惠券信息,领取后可直接下单抵扣,让您不错过每一个优惠信息,越买越省钱。
What is 淘好券 - 淘宝优惠券,天猫优惠券领取?
淘好券 - 淘宝优惠券,天猫优惠券领取 is a Chrome extension developed by tao99.shop, and its main feature is "天猫、淘宝商品优惠券一键领取,在浏览淘宝、天猫商品时直接显示该商品是否有优惠券信息,领取后可直接下单抵扣,让您不错过每一个优惠信息,越买越省钱。".
Extension Screenshots
Download 淘好券 - 淘宝优惠券,天猫优惠券领取 Extension CRX File
Download 淘好券 - 淘宝优惠券,天猫优惠券领取 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | bckjgglgggppmgpneplomgfpfacnigpe |
Official URL | https://chrome.google.com/webstore/detail/%E6%B7%98%E5%A5%BD%E5%88%B8-%E6%B7%98%E5%AE%9D%E4%BC%98%E6%83%A0%E5%88%B8%EF%BC%8C%E5%A4%A9%E7%8C%AB%E4%BC%98%E6%83%A0%E5%88%B8%E9%A2%86%E5%8F%96/bckjgglgggppmgpneplomgfpfacnigpe |
Description | 天猫、淘宝商品优惠券一键领取,在浏览淘宝、天猫商品时直接显示该商品是否有优惠券信息,领取后可直接下单抵扣,让您不错过每一个优惠信息,越买越省钱。 |
File Size | 24.27 KB |
Installation Count | 164 |
Current Version | 0.0.8 |
Last Updated | 2018-02-09 |
Publish Date | 2018-02-09 |
Rating | 5.00/5 Total 2 Ratings |
Developer | tao99.shop |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u6dd8\u597d\u5238 - \u6dd8\u5b9d\u4f18\u60e0\u5238\uff0c\u5929\u732b\u4f18\u60e0\u5238\u9886\u53d6", "description": "\u5929\u732b\u3001\u6dd8\u5b9d\u5546\u54c1\u4f18\u60e0\u5238\u4e00\u952e\u9886\u53d6\uff0c\u5728\u6d4f\u89c8\u6dd8\u5b9d\u3001\u5929\u732b\u5546\u54c1\u65f6\u76f4\u63a5\u663e\u793a\u8be5\u5546\u54c1\u662f\u5426\u6709\u4f18\u60e0\u5238\u4fe1\u606f\uff0c\u9886\u53d6\u540e\u53ef\u76f4\u63a5\u4e0b\u5355\u62b5\u6263\uff0c\u8ba9\u60a8\u4e0d\u9519\u8fc7\u6bcf\u4e00\u4e2a\u4f18\u60e0\u4fe1\u606f\uff0c\u8d8a\u4e70\u8d8a\u7701\u94b1\u3002", "version": "0.0.8", "icons": { "16": "image\/icon16.png", "48": "image\/icon48.png", "128": "image\/icon128.png" }, "background": { "scripts": [ "js\/miniBase.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "\u6dd8\u5b9d\u7f51\u8d2d\u52a9\u624b" }, "permissions": [ "activeTab", "storage", "webNavigation", "*:\/\/item.taobao.com\/*", "*:\/\/detail.tmall.com\/*", "*:\/\/extension.vxproto.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/item.taobao.com\/*" ], "js": [ "js\/taobao.js" ] }, { "matches": [ "*:\/\/detail.tmall.com\/*" ], "js": [ "js\/tmall.js" ] } ] } |