whatsapp助手

针对whatsapp联系人以及群组进行消息群发,一键提取群组好友,群发消息,号码验证

Cos'è whatsapp助手?

whatsapp助手 è un'estensione di Chrome sviluppata da 江西顶易科技发展有限公司, e la sua funzione principale è "针对whatsapp联系人以及群组进行消息群发,一键提取群组好友,群发消息,号码验证".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione whatsapp助手

Scarica i file di estensione whatsapp助手 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

                        针对whatsapp联系人以及群组进行消息群发,一键提取群组好友,号码验证,批量群发消息。                    

Informazioni di Base sull'Estensione

Nome whatsapp助手 whatsapp助手
ID njliignljlfahgjjchlckolonjjgpbmn
URL Ufficiale https://chrome.google.com/webstore/detail/whatsapp%E5%8A%A9%E6%89%8B/njliignljlfahgjjchlckolonjjgpbmn
Descrizione 针对whatsapp联系人以及群组进行消息群发,一键提取群组好友,群发消息,号码验证
Dimensione del File 647 KB
Conteggio Installazioni 1,000
Versione Corrente 1.1.2
Ultimo Aggiornamento 2021-04-27
Data di Pubblicazione 2021-04-24
Valutazione 1.25/5 Totale 4 Valutazioni
Sviluppatore 江西顶易科技发展有限公司
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://h.topeasysoft.com/yinsi.html
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "whatsapp\u52a9\u624b",
    "version": "1.1.2",
    "description": "\u9488\u5bf9whatsapp\u8054\u7cfb\u4eba\u4ee5\u53ca\u7fa4\u7ec4\u8fdb\u884c\u6d88\u606f\u7fa4\u53d1,\u4e00\u952e\u63d0\u53d6\u7fa4\u7ec4\u597d\u53cb\uff0c\u7fa4\u53d1\u6d88\u606f\uff0c\u53f7\u7801\u9a8c\u8bc1",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_16.png",
            "38": "img\/icon_48.png"
        },
        "default_title": "whatsapp",
        "default_popup": "html\/popup.html"
    },
    "homepage_url": "https:\/\/web.whatsapp.com\/",
    "background": {
        "page": "html\/background.html"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/localhost:*\/*",
            "*:\/\/127.0.0.1:*\/*",
            "https:\/\/web.whatsapp.com\/*",
            "chrome-extension:\/\/pjphgffjfinakookmhklfafebjdhcdmc\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/web.whatsapp.com\/* chrome-extension:\/\/pjphgffjfinakookmhklfafebjdhcdmc\/* 'unsafe-inline' 'unsafe-eval' ; default-src * 'unsafe-inline' 'unsafe-eval'; style-src * 'unsafe-inline'; img-src * data:; object-src 'self';connect-src *",
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/layui.all.js",
                "js\/layerUntil.js",
                "js\/search.js"
            ],
            "match_about_blank": true,
            "css": [
                "js\/css\/layui.css",
                "css\/layerUntil.css",
                "css\/mPane2.css"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "*\/*"
    ],
    "permissions": [
        "background",
        "tabs",
        ""
    ]
}