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”。
擴展截圖
下載Zface - công cụ chuyển đổi SĐT từ UID擴展crx文件
下載Zface - công cụ chuyển đổi SĐT từ UID擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Ứ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 |
ID | haoleoddimagefbabdepgngjgacldhge |
官方網址 | 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\/*" ] } |