喵喵券

喵喵券是网购省钱利器,能自动查询淘宝内部隐藏优惠券的好助手,具体功能如在宝贝详情页自动显示优惠券详情,可以点击领取优惠券。宝贝详情页有优惠券自动提醒用户领取,自动计算券后价。在用户打开有优惠券的商品时,提醒用户会转为淘客链接,用户允许后才会跳转。

What is 喵喵券?

喵喵券 is a Chrome extension developed by mmiaomiaoquan, and its main feature is "喵喵券是网购省钱利器,能自动查询淘宝内部隐藏优惠券的好助手,具体功能如在宝贝详情页自动显示优惠券详情,可以点击领取优惠券。宝贝详情页有优惠券自动提醒用户领取,自动计算券后价。在用户打开有优惠券的商品时,提醒用户会转为淘客链接,用户允许后才会跳转。".

Extension Screenshots

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 cgolhhnfballfndeflinfanccpjikdmi
Official URL https://chrome.google.com/webstore/detail/%E5%96%B5%E5%96%B5%E5%88%B8/cgolhhnfballfndeflinfanccpjikdmi
Description 喵喵券是网购省钱利器,能自动查询淘宝内部隐藏优惠券的好助手,具体功能如在宝贝详情页自动显示优惠券详情,可以点击领取优惠券。宝贝详情页有优惠券自动提醒用户领取,自动计算券后价。在用户打开有优惠券的商品时,提醒用户会转为淘客链接,用户允许后才会跳转。
File Size 364 KB
Installation Count 30,000
Current Version 1.0.0.4
Last Updated 2020-11-09
Publish Date 2020-10-14
Developer mmiaomiaoquan
Email [email protected]
Payment Type free
Privacy Policy Page URL https://mmq.nuobeiliao.com/privacy.html?latest
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\u55b5\u55b5\u5238\u662f\u7f51\u8d2d\u7701\u94b1\u5229\u5668\uff0c\u80fd\u81ea\u52a8\u67e5\u8be2\u6dd8\u5b9d\u5185\u90e8\u9690\u85cf\u4f18\u60e0\u5238\u7684\u597d\u52a9\u624b\uff0c\u5177\u4f53\u529f\u80fd\u5982\u5728\u5b9d\u8d1d\u8be6\u60c5\u9875\u81ea\u52a8\u663e\u793a\u4f18\u60e0\u5238\u8be6\u60c5\uff0c\u53ef\u4ee5\u70b9\u51fb\u9886\u53d6\u4f18\u60e0\u5238\u3002\u5b9d\u8d1d\u8be6\u60c5\u9875\u6709\u4f18\u60e0\u5238\u81ea\u52a8\u63d0\u9192\u7528\u6237\u9886\u53d6\uff0c\u81ea\u52a8\u8ba1\u7b97\u5238\u540e\u4ef7\u3002\u5728\u7528\u6237\u6253\u5f00\u6709\u4f18\u60e0\u5238\u7684\u5546\u54c1\u65f6\uff0c\u63d0\u9192\u7528\u6237\u4f1a\u8f6c\u4e3a\u6dd8\u5ba2\u94fe\u63a5\uff0c\u7528\u6237\u5141\u8bb8\u540e\u624d\u4f1a\u8df3\u8f6c\u3002",
    "version": "1.0.0.4",
    "name": "\u55b5\u55b5\u5238",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/images\/logo\/icon-34.png"
    },
    "icons": {
        "128": "assets\/images\/logo\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "web_accessible_resources": [
        "assets\/*"
    ]
}