WA Number Checker & Filter & Validator

WhatsApp Phone Numbers Checker & Filter & Validator is a safe tool to filter which numbers have an active WhatsApp or not.

WA Number Checker & Filter & Validator란 무엇입니까?

WA Number Checker & Filter & Validator은(는) Ez4Studio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WhatsApp Phone Numbers Checker & Filter & Validator is a safe tool to filter which numbers have an active WhatsApp or not."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

WA Number Checker & Filter & Validator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        THE #1 WHATSAPP CONTACTS CHECKER & FILTER & VALIDATOR.

Best tool for marketing and sales company, Filter a Bulk List of Contacts for any country with number range or Excel file.

FEATURES

⭐️ Validate bulk lists of numbers
⭐️ Validate any number from any country
⭐️ Turbo Speed Validator, up to 1,000 contacts per second
⭐️ Phone Number Generator & filter country wise

LEGAL

WhatsApp™ is a trademark of WhatsApp Inc., registered in the U.S. and other countries. This is an independent project developed by Ez4Studio and has no relationship to WhatsApp or WhatsApp Inc.                    

확장 프로그램 기본 정보

이름 WA Number Checker & Filter & Validator WA Number Checker & Filter & Validator
ID dgjcjafndanhldgjkajjafnifbghkelm
공식 URL https://chrome.google.com/webstore/detail/wa-number-checker-filter/dgjcjafndanhldgjkajjafnifbghkelm
설명 WhatsApp Phone Numbers Checker & Filter & Validator is a safe tool to filter which numbers have an active WhatsApp or not.
파일 크기 1.26 MB
설치 횟수 950
현재 버전 1.0.6
최근 업데이트 2022-10-07
출시 날짜 2022-07-06
평점 2.00/5 총 4 개의 평점
개발자 Ez4Studio
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://wa-number-checker.getwecomments.com/
개인정보 보호 정책 페이지 URL https://page-ig-auto-bot.pages.dev/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "identity",
        "tabs",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        }
    ],
    "oauth2": {
        "client_id": "628184170891-doe5a0t893mkg2qau77kd4qh5rht8fr0.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvRotQfHVP8k8XTPv6NOnXVMJmztbX0aVBV2LgZhVhOMOY5T78woXmM8y7uJt7r5cqhNMATbzlsuRZyvaZWHjQGP824ytzivb+sZjW1GtUVGDDrrlLha6pWff99DrLjA\/SnTCyapPp92nD20bvpVjdJSDxxK4FoD6YGSFMdmB15xueYwk1f4\/iTlYRDlkGH34puw9rMKkLoNDUCC3rakSoDlzKWMvNxJyP1iEERbmN6+a1wz304pHhNPt7GjpsS5t33elWPIE+m6p7DLh9JWqbnfdVm16KRSwMr5e8xpUEhgCK9ZJX6xr9gYOdpc3uVJDwgHbxl07OkuW5kEs4gGP+QIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "1.0.6"
}