慢慢买历史价格比价
各大主流电商平台快速链接到慢慢买查询商品历史价格 ©copyright by Thexu
What is 慢慢买历史价格比价?
慢慢买历史价格比价 is a Chrome extension developed by Thexu, and its main feature is "各大主流电商平台快速链接到慢慢买查询商品历史价格 ©copyright by Thexu".
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. 点击该按钮,即可快速打开对应商品的历史价格查询页面。 注意:由于慢慢买的反爬虫策略,你可能需要在打开后进行验证或使用微信进行登录。 版本2.1(220610):提高了加载速度,添加了对天猫超市的支持。 版本2.0(210105):提高了兼容性,修复部分浏览器前往慢慢买后无法直接查询的问题。
Extension Basic Information
Name | 慢慢买历史价格比价 |
ID | hlcigapfajpfdkiocifelpideodonbjj |
Official URL | https://chromewebstore.google.com/detail/%E6%85%A2%E6%85%A2%E4%B9%B0%E5%8E%86%E5%8F%B2%E4%BB%B7%E6%A0%BC%E6%AF%94%E4%BB%B7/hlcigapfajpfdkiocifelpideodonbjj |
Description | 各大主流电商平台快速链接到慢慢买查询商品历史价格 ©copyright by Thexu |
File Size | 10.83 KB |
Installation Count | 3,036 |
Current Version | 2.2 |
Last Updated | 2022-11-17 |
Publish Date | 2020-04-19 |
Rating | 2.17/5 Total 6 Ratings |
Developer | Thexu |
[email protected] | |
Payment Type | free |
Extension Website | http://www.manmanbuy.com/ |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "icon.png" }, "author": "Thexu", "content_scripts": [ { "js": [ "main.js" ], "matches": [ "http:\/\/tool.manmanbuy.com\/historyLowest.aspx*", "https:\/\/detail.tmall.com\/item.htm*", "https:\/\/chaoshi.detail.tmall.com\/item.htm*", "https:\/\/item.taobao.com\/item.htm?*", "https:\/\/item.jd.com\/*", "https:\/\/detail.tmall.hk\/hk\/item.htm*", "https:\/\/*.jd.hk\/*", "https:\/\/www.amazon.cn\/dp\/*", "https:\/\/www.mi.com\/buy\/detail*" ] } ], "default_locale": "zh_CN", "description": "\u5404\u5927\u4e3b\u6d41\u7535\u5546\u5e73\u53f0\u5feb\u901f\u94fe\u63a5\u5230\u6162\u6162\u4e70\u67e5\u8be2\u5546\u54c1\u5386\u53f2\u4ef7\u683c \u00a9copyright by Thexu", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "manifest_version": 3, "name": "\u6162\u6162\u4e70\u5386\u53f2\u4ef7\u683c\u6bd4\u4ef7", "version": "2.2" } |