C WhatsExtractor

Allows you in a single click to download all group phone numbers from WhatsApp groups, Chat list ...

什麼是C WhatsExtractor?

C WhatsExtractor是由codeyon.com開發的Chrome擴展程式,該擴展的主要功能是“Allows you in a single click to download all group phone numbers from WhatsApp groups, Chat list ...”。

擴展截圖

screenshot

下載C WhatsExtractor擴展crx文件

下載C WhatsExtractor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        C WhatsExtract is Chrome Extension which allows you to export WhstApp group Contact as CSV file which is absolutely Free.                    

擴展基本資訊

名稱 C WhatsExtractor C WhatsExtractor
ID eelblfimbpgpdckjlpknbhclfhdhkmpb
官方網址 https://chromewebstore.google.com/detail/c-whatsextractor/eelblfimbpgpdckjlpknbhclfhdhkmpb
簡介 Allows you in a single click to download all group phone numbers from WhatsApp groups, Chat list ...
檔案大小 172 KB
安裝次數 2,023
目前版本 2.0.1
更新時間 2020-12-17
上架時間 2020-12-17
評分 1.40/5 共 10 次評分
開發者 codeyon.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://codeyon.com/c-whatsextract/
說明頁面URL https://codeyon.com/c-whatsextract/
隱私政策頁面URL https://codeyon.com/privacy-policy
支援的語言 en
manifest.json
{
    "background": {
        "scripts": [
            "config.js",
            "jquery.min.js",
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "imgs\/128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "js.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*",
                "http:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "imgs\/16.png",
        "32": "imgs\/32.png",
        "128": "imgs\/128.png"
    },
    "description": "Allows you in a single click to download all group phone numbers from WhatsApp groups, Chat list ...",
    "manifest_version": 2,
    "name": "C WhatsExtractor",
    "permissions": [],
    "short_name": "Whatsapp Extractor",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1",
    "web_accessible_resources": [
        "\/scripts\/*"
    ]
}