淘宝搜券

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

Cos'è 淘宝搜券?

淘宝搜券 è un'estensione di Chrome sviluppata da tbsouquan, e la sua funzione principale è "淘宝搜券是一款淘宝优惠券查询助手,当您逛淘宝天猫的时候,所有内部隐藏优惠券会自动现形,点击领券即可下单立减。在领取优惠时,会提醒用户跳转淘客链接,用户允许后才会领取。".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 淘宝搜券

Scarica i file di estensione 淘宝搜券 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome 淘宝搜券 淘宝搜券
ID gpgjopipcmnhjmdicbgccneknimeejgd
URL Ufficiale https://chrome.google.com/webstore/detail/%E6%B7%98%E5%AE%9D%E6%90%9C%E5%88%B8/gpgjopipcmnhjmdicbgccneknimeejgd
Descrizione 淘宝搜券是一款淘宝优惠券查询助手,当您逛淘宝天猫的时候,所有内部隐藏优惠券会自动现形,点击领券即可下单立减。在领取优惠时,会提醒用户跳转淘客链接,用户允许后才会领取。
Dimensione del File 110 KB
Conteggio Installazioni 10,000
Versione Corrente 1.0.1.3
Ultimo Aggiornamento 2020-03-13
Data di Pubblicazione 2020-03-09
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore tbsouquan
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://lp.bzfgjzs.com/lp/privacy.html
Lingue Supportate 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": [
        "*"
    ]
}