小鹿优惠

汇聚全网优惠券信息,淘宝京东购物享受最低价。浏览商品时,1显示商品所有优惠券信息、2显示商品历史价格,还能显示热门优惠活动,让你不会错过任何优惠

What is 小鹿优惠?

小鹿优惠 is a Chrome extension developed by http://www.51xiaolu.com, and its main feature is "汇聚全网优惠券信息,淘宝京东购物享受最低价。浏览商品时,1显示商品所有优惠券信息、2显示商品历史价格,还能显示热门优惠活动,让你不会错过任何优惠".

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

                        天猫/淘宝商品优惠券一键领取,在浏览淘宝、天猫商品时直接显示该商品是否有优惠券信息,领取后可直接下单抵扣,让您越买越省钱
整合全网优惠信息,让你快捷获得全网最火的优惠信息,是羊毛党的撸毛必备工具                    

Extension Basic Information

Name 小鹿优惠 小鹿优惠
ID cjgbdgbhoacddmdlmebginenglgmobjh
Official URL https://chrome.google.com/webstore/detail/%E5%B0%8F%E9%B9%BF%E4%BC%98%E6%83%A0/cjgbdgbhoacddmdlmebginenglgmobjh
Description 汇聚全网优惠券信息,淘宝京东购物享受最低价。浏览商品时,1显示商品所有优惠券信息、2显示商品历史价格,还能显示热门优惠活动,让你不会错过任何优惠
File Size 49.03 KB
Installation Count 51
Current Version 1.2.4
Last Updated 2017-10-25
Publish Date 2017-10-25
Rating 5.00/5 Total 1 Ratings
Developer http://www.51xiaolu.com
Payment Type free
Extension Website http://www.51xiaolu.com
Supported Languages en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "18.0",
    "name": "\u5c0f\u9e7f\u4f18\u60e0",
    "homepage_url": "http:\/\/www.51xiaolu.com",
    "background": {
        "page": "bg.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "page.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/logo.png",
        "default_popup": "popup.html",
        "default_title": "\u5c0f\u9e7f\u4f18\u60e0\u5238"
    },
    "default_locale": "zh_CN",
    "description": "\u6c47\u805a\u5168\u7f51\u4f18\u60e0\u5238\u4fe1\u606f\uff0c\u6dd8\u5b9d\u4eac\u4e1c\u8d2d\u7269\u4eab\u53d7\u6700\u4f4e\u4ef7\u3002\u6d4f\u89c8\u5546\u54c1\u65f6\uff0c1\u663e\u793a\u5546\u54c1\u6240\u6709\u4f18\u60e0\u5238\u4fe1\u606f\u30012\u663e\u793a\u5546\u54c1\u5386\u53f2\u4ef7\u683c\uff0c\u8fd8\u80fd\u663e\u793a\u70ed\u95e8\u4f18\u60e0\u6d3b\u52a8\uff0c\u8ba9\u4f60\u4e0d\u4f1a\u9519\u8fc7\u4efb\u4f55\u4f18\u60e0",
    "icons": {
        "128": "icons\/logo-96.png",
        "48": "icons\/logo-96.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.51xiaolu.com\/*",
            "*:\/\/*.wochrome.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "unlimitedStorage",
        "notifications"
    ],
    "version": "1.2.4"
}