Zface - công cụ chuyển đổi SĐT từ UID

Lấy số điện thoại từ bình luận, từ uid, tra cứu số điện thoại tìm uid

Zface - công cụ chuyển đổi SĐT từ UID란 무엇입니까?

Zface - công cụ chuyển đổi SĐT từ UID은(는) Đinh Hữu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lấy số điện thoại từ bình luận, từ uid, tra cứu số điện thoại tìm uid"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Zface - công cụ chuyển đổi SĐT từ UID 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Ứng dụng nhỏ hỗ trợ cho các bạn làm marketing, ứng dụng dùng để quét số điện thoại từ các bình luận của, ngoài ra bạn có thể chuyển đổi qua lại giữa id và số điện thoại một cách dễ dàng                    

확장 프로그램 기본 정보

이름 Zface - công cụ chuyển đổi SĐT từ UID Zface - công cụ chuyển đổi SĐT từ UID
ID haoleoddimagefbabdepgngjgacldhge
공식 URL https://chromewebstore.google.com/detail/zface-c%C3%B4ng-c%E1%BB%A5-chuy%E1%BB%83n-%C4%91%E1%BB%95i/haoleoddimagefbabdepgngjgacldhge
설명 Lấy số điện thoại từ bình luận, từ uid, tra cứu số điện thoại tìm uid
파일 크기 55.49 KB
설치 횟수 509
현재 버전 2.0
최근 업데이트 2020-04-06
출시 날짜 2020-03-26
평점 3.00/5 총 2 개의 평점
개발자 Đinh Hữu
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://zface.work/find-uid
도움말 페이지 URL https://m.me/dinhhuu93
개인정보 보호 정책 페이지 URL https://zface.work/chinh-sach-quyen-rieng-tu
지원되는 언어 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zface - c\u00f4ng c\u1ee5 chuy\u1ec3n \u0111\u1ed5i S\u0110T t\u1eeb UID",
    "short_name": "L\u1ea5y s\u1ed1 nhanh",
    "version": "2.0",
    "manifest_version": 2,
    "description": "L\u1ea5y s\u1ed1 \u0111i\u1ec7n tho\u1ea1i t\u1eeb b\u00ecnh lu\u1eadn, t\u1eeb uid, tra c\u1ee9u s\u1ed1 \u0111i\u1ec7n tho\u1ea1i t\u00ecm uid",
    "icons": {
        "16": "images\/16-icon.png",
        "32": "images\/32-icon.png",
        "64": "images\/64-icon.png",
        "128": "images\/128-icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/16-icon.png",
            "32": "images\/32-icon.png",
            "64": "images\/64-icon.png",
            "128": "images\/128-icon.png"
        },
        "default_title": "LZface - c\u00f4ng c\u1ee5 chuy\u1ec3n \u0111\u1ed5i S\u0110T t\u1eeb UID",
        "default_popup": "popup.html"
    },
    "omnibox": {
        "keyword": "uid, phone"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/config.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "scripts\/*",
        "images\/*"
    ],
    "permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/zface.work\/*"
    ]
}