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

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

Zface - công cụ chuyển đổi SĐT từ UID is een Chrome-extensie ontwikkeld door Đinh Hữu, en de belangrijkste functie is "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".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Zface - công cụ chuyển đổi SĐT từ UID

Download Zface - công cụ chuyển đổi SĐT từ UID-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Ứ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                    

Basisinformatie over de Extensie

Naam Zface - công cụ chuyển đổi SĐT từ UID Zface - công cụ chuyển đổi SĐT từ UID
ID haoleoddimagefbabdepgngjgacldhge
Officiële URL https://chromewebstore.google.com/detail/zface-c%C3%B4ng-c%E1%BB%A5-chuy%E1%BB%83n-%C4%91%E1%BB%95i/haoleoddimagefbabdepgngjgacldhge
Beschrijving 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
Bestandsgrootte 55.49 KB
Aantal Installaties 509
Huidige Versie 2.0
Laatst Bijgewerkt 2020-04-06
Publicatiedatum 2020-03-26
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Đinh Hữu
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://zface.work/find-uid
Help Pagina-URL https://m.me/dinhhuu93
URL van de Privacybeleid Pagina https://zface.work/chinh-sach-quyen-rieng-tu
Ondersteunde Talen 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\/*"
    ]
}