好赚网线报

每日新鲜的活动线报与优惠信息分享

Cos'è 好赚网线报?

好赚网线报 è un'estensione di Chrome sviluppata da https://www.zhuanyes.com, 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 omkhibkncppjjiigeconjgollgofpepj
URL Ufficiale https://chromewebstore.google.com/detail/%E5%A5%BD%E8%B5%9A%E7%BD%91%E7%BA%BF%E6%8A%A5/omkhibkncppjjiigeconjgollgofpepj
Descrizione 每日新鲜的活动线报与优惠信息分享
Dimensione del File 54.06 KB
Conteggio Installazioni 76
Versione Corrente 1.0.1
Ultimo Aggiornamento 2019-01-12
Data di Pubblicazione 2019-01-08
Sviluppatore https://www.zhuanyes.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.zhuanyes.com/
URL della Pagina di Aiuto https://www.zhuanyes.com/chromeplugin.php
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u597d\u8d5a\u7f51\u7ebf\u62a5",
    "version": "1.0.1",
    "description": "\u6bcf\u65e5\u65b0\u9c9c\u7684\u6d3b\u52a8\u7ebf\u62a5\u4e0e\u4f18\u60e0\u4fe1\u606f\u5206\u4eab",
    "icons": {
        "16": "image\/logo-16.png",
        "48": "image\/logo-48.png",
        "128": "image\/logo-128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "image\/logo-16.png",
        "default_title": "\u597d\u8d5a\u7f51\u7ebf\u62a5",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/detail.tmall.com\/item.htm*",
                "https:\/\/item.taobao.com\/item.htm*"
            ],
            "js": [
                "js\/sendh.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "notifications",
        "storage",
        "alarms",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/www.zhuanyes.com"
}