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
公式URL 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
Eメール [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\/*"
    ]
}