抵到烂
抵到烂一款简洁易用,快速获知商品价格定位,自动帮你寻找优惠券的浏览器插件。
What is 抵到烂?
抵到烂 is a Chrome extension developed by https://didaolan.cn, 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
我们不卖商品,不提供优惠券,只寻找商品优惠券。我们不发优惠券,我们只是优惠券的搬运工。我们不诱导分享,一步到位,直接领卷,让你体验网购的正确打开方式。 推广商品优惠券,轻松一键获取 1.自动匹配,快速查找当前商品优惠券 2.无任何限制,所见即所得,一键领取 3.支持淘宝、天猫商城推广商品优惠券 历史价格动态,找准商品最低价 1.最真实的商品价格数据 2.线形图分析商品价格走势 3.支持180天商品价格记录查看 同款商品对比,比货比价比质量 1.一键查看同款商品数据 2.支持快速领取商品优惠券 3.支持淘天、天猫商城同款商品对比
Extension Basic Information
Name | 抵到烂 |
ID | ikbkekcpapglefmkplgdpjfbljbopdeo |
Official URL | https://chromewebstore.google.com/detail/%E6%8A%B5%E5%88%B0%E7%83%82/ikbkekcpapglefmkplgdpjfbljbopdeo |
Description | 抵到烂一款简洁易用,快速获知商品价格定位,自动帮你寻找优惠券的浏览器插件。 |
File Size | 457 KB |
Installation Count | 200 |
Current Version | 2.0.0 |
Last Updated | 2023-04-12 |
Publish Date | 2020-03-17 |
Rating | 5.00/5 Total 6 Ratings |
Developer | https://didaolan.cn |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u62b5\u5230\u70c2", "version": "2.0.0", "description": "\u62b5\u5230\u70c2\u4e00\u6b3e\u7b80\u6d01\u6613\u7528,\u5feb\u901f\u83b7\u77e5\u5546\u54c1\u4ef7\u683c\u5b9a\u4f4d,\u81ea\u52a8\u5e2e\u4f60\u5bfb\u627e\u4f18\u60e0\u5238\u7684\u6d4f\u89c8\u5668\u63d2\u4ef6\u3002", "icons": { "16": "dist\/images\/icon_16x16.png", "48": "dist\/images\/icon_48x48.png", "128": "dist\/images\/icon_128x128.png" }, "action": { "default_title": "\u62b5\u5230\u70c2", "default_icon": "dist\/images\/icon_48x48.png", "default_popup": "popup.html" }, "permissions": [], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.didaolan.cn\/*", "https:\/\/*.gwdang.com\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.tmall.hk\/*", "https:\/\/*.jd.com\/*", "https:\/\/*.jd.hk\/*" ], "css": [ "dist\/css\/style.css" ], "js": [ "dist\/js\/lib\/jquery.min.js", "dist\/js\/lib\/imagesloaded.pkgd.min.js", "dist\/js\/lib\/jquery.waterfall.js", "dist\/js\/lib\/jquery.fancybox.min.js", "dist\/js\/lib\/echarts.js", "dist\/js\/template.js", "dist\/js\/app.js" ], "run_at": "document_start" } ], "manifest_version": 3 } |