淘宝搜券

淘宝搜券是一款淘宝优惠券查询助手,当您逛淘宝天猫的时候,所有内部隐藏优惠券会自动现形,点击领券即可下单立减。在领取优惠时,会提醒用户跳转淘客链接,用户允许后才会领取。

What is 淘宝搜券?

淘宝搜券 is a Chrome extension developed by tbsouquan, 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

                        淘宝搜券是一款淘宝优惠券查询助手,当您逛淘宝天猫的时候,所有内部隐藏优惠券会自动现形,点击领券即可下单立减。在领取优惠时,会提醒用户跳转淘客链接,用户允许后才会领取。                    

Extension Basic Information

Name 淘宝搜券 淘宝搜券
ID gpgjopipcmnhjmdicbgccneknimeejgd
Official URL https://chrome.google.com/webstore/detail/%E6%B7%98%E5%AE%9D%E6%90%9C%E5%88%B8/gpgjopipcmnhjmdicbgccneknimeejgd
Description 淘宝搜券是一款淘宝优惠券查询助手,当您逛淘宝天猫的时候,所有内部隐藏优惠券会自动现形,点击领券即可下单立减。在领取优惠时,会提醒用户跳转淘客链接,用户允许后才会领取。
File Size 110 KB
Installation Count 10,000
Current Version 1.0.1.3
Last Updated 2020-03-13
Publish Date 2020-03-09
Rating 1.00/5 Total 1 Ratings
Developer tbsouquan
Email [email protected]
Payment Type free
Privacy Policy Page URL https://lp.bzfgjzs.com/lp/privacy.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u6dd8\u5b9d\u641c\u5238",
    "version": "1.0.1.3",
    "manifest_version": 2,
    "description": "\u6dd8\u5b9d\u641c\u5238\u662f\u4e00\u6b3e\u6dd8\u5b9d\u4f18\u60e0\u5238\u67e5\u8be2\u52a9\u624b\uff0c\u5f53\u60a8\u901b\u6dd8\u5b9d\u5929\u732b\u7684\u65f6\u5019\uff0c\u6240\u6709\u5185\u90e8\u9690\u85cf\u4f18\u60e0\u5238\u4f1a\u81ea\u52a8\u73b0\u5f62\uff0c\u70b9\u51fb\u9886\u5238\u5373\u53ef\u4e0b\u5355\u7acb\u51cf\u3002\u5728\u9886\u53d6\u4f18\u60e0\u65f6\uff0c\u4f1a\u63d0\u9192\u7528\u6237\u8df3\u8f6c\u6dd8\u5ba2\u94fe\u63a5\uff0c\u7528\u6237\u5141\u8bb8\u540e\u624d\u4f1a\u9886\u53d6\u3002",
    "icons": {
        "16": "logos\/16.png",
        "48": "logos\/48.png",
        "128": "logos\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "logos\/19.png",
            "38": "logos\/38.png"
        },
        "default_title": "\u6dd8\u5b9d\u641c\u5238",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "contentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "css": [
                "css\/ext-main.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "management",
        "nativeMessaging"
    ],
    "content_security_policy": "script-src 'self'  'unsafe-eval'; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "*"
    ]
}