优惠购

以最优惠的价格,把宝贝抱回家。

What is 优惠购?

优惠购 is a Chrome extension developed by 哩呵, and its main feature is "以最优惠的价格,把宝贝抱回家。".

Extension Screenshots

screenshot
screenshot
screenshot

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] 展示淘宝、京东等主流商城的商品历史价格图表 [4] 查询、展示淘宝商品的店铺全部优惠券                    

Extension Basic Information

Name 优惠购 优惠购
ID mnbinjkolokogeoiefgcdimnbmiihnmn
Official URL https://chrome.google.com/webstore/detail/mnbinjkolokogeoiefgcdimnbmiihnmn
Description 以最优惠的价格,把宝贝抱回家。
File Size 800 KB
Installation Count 1,027
Current Version 1.4.0
Last Updated 2020-05-26
Publish Date 2020-05-25
Rating 5.00/5 Total 5 Ratings
Developer 哩呵
Email [email protected]
Payment Type free
Extension Website http://tb.newday.me/
Privacy Policy Page URL http://www.newday.me/privacy.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u4f18\u60e0\u8d2d",
    "version": "1.4.0",
    "description": "\u4ee5\u6700\u4f18\u60e0\u7684\u4ef7\u683c\uff0c\u628a\u5b9d\u8d1d\u62b1\u56de\u5bb6\u3002",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "*:\/\/*.taobao.com\/*"
    ],
    "icons": {
        "16": "logo\/logo_16.png",
        "48": "logo\/logo_48.png",
        "96": "logo\/logo_96.png",
        "128": "logo\/logo_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "logo\/logo_16.png",
            "48": "logo\/logo_48.png",
            "96": "logo\/logo_96.png",
            "128": "logo\/logo_128.png"
        },
        "default_title": "\u4f18\u60e0\u8d2d",
        "default_popup": "\/one\/popup\/popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.taobao.com\/*",
                "*:\/\/*.tmall.com\/*",
                "*:\/\/*.tmall.hk\/*",
                "*:\/\/item.jd.com\/*",
                "*:\/\/item.jd.hk\/*",
                "*:\/\/goods.kaola.com\/product\/*",
                "*:\/\/you.163.com\/item\/*",
                "*:\/\/product.suning.com\/*",
                "*:\/\/product.dangdang.com\/*",
                "*:\/\/item.gome.com.cn\/*",
                "*:\/\/*.newday.me\/*",
                "*:\/\/*.likestyle.cn\/*"
            ],
            "js": [
                "\/js\/register.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "options_page": "\/one\/hui\/option.html",
    "homepage_url": "http:\/\/go.newday.me\/s\/hui-home"
}