帮您淘优惠

当您在京东等电商平台浏览商品详情页时,为您获取该商品的优惠券,领取优惠券后下单立减。

What is 帮您淘优惠?

帮您淘优惠 is a Chrome extension developed by xiaochengxu1, and its main feature is "当您在京东等电商平台浏览商品详情页时,为您获取该商品的优惠券,领取优惠券后下单立减。".

Extension Screenshots

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)您也可以直接搜索我们的优惠券官网‘www.bntyh.com’领取更多优惠券。                    

Extension Basic Information

Name 帮您淘优惠 帮您淘优惠
ID hmlpiahhoampfgiodhahfofmeppmkaeo
Official URL https://chromewebstore.google.com/detail/%E5%B8%AE%E6%82%A8%E6%B7%98%E4%BC%98%E6%83%A0/hmlpiahhoampfgiodhahfofmeppmkaeo
Description 当您在京东等电商平台浏览商品详情页时,为您获取该商品的优惠券,领取优惠券后下单立减。
File Size 813 KB
Installation Count 700,000
Current Version 3.0.3
Last Updated 2023-01-12
Publish Date 2021-09-16
Rating 2.33/5 Total 3 Ratings
Developer xiaochengxu1
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u5e2e\u60a8\u6dd8\u4f18\u60e0",
    "description": "\u5f53\u60a8\u5728\u4eac\u4e1c\u7b49\u7535\u5546\u5e73\u53f0\u6d4f\u89c8\u5546\u54c1\u8be6\u60c5\u9875\u65f6\uff0c\u4e3a\u60a8\u83b7\u53d6\u8be5\u5546\u54c1\u7684\u4f18\u60e0\u5238\uff0c\u9886\u53d6\u4f18\u60e0\u5238\u540e\u4e0b\u5355\u7acb\u51cf\u3002",
    "version": "3.0.3",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon\/logo_128.png",
            "24": "images\/icon\/logo_128.png",
            "32": "images\/icon\/logo_128.png"
        },
        "default_title": "\u5e2e\u60a8\u6dd8\u4f18\u60e0",
        "default_popup": "popup.html"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.gov.cn\/*",
                "*:\/\/*.360.com\/*",
                "*:\/\/*.360.cn\/*",
                "*:\/\/*.so.com\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/umd.js",
                "js\/jquery.js",
                "js\/fp2.js",
                "js\/utils.js",
                "js\/contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon\/logo_16.png",
        "32": "images\/icon\/logo_32.png",
        "48": "images\/icon\/logo_48.png",
        "128": "images\/icon\/logo_128.png"
    }
}