fbspy.vn

Fbspy.vn | Fbspy007.com Extension | Công nghệ 4.0, hỗ trợ chốt sale, tìm kiếm khách hàng tiềm năng hoàn hảo!

fbspy.vn란 무엇입니까?

fbspy.vn은(는) https://fbspy007.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fbspy.vn | Fbspy007.com Extension | Công nghệ 4.0, hỗ trợ chốt sale, tìm kiếm khách hàng tiềm năng hoàn hảo!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

fbspy.vn 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tra cứu số điện thoại trên facebook
Ứng dụng lấy số điện thoại trên Facebook
Tất cả người dùng tương tác trên Facebook bạn đều có thể tra cứu thông tin nhanh chóng và chuẩn xác.                    

확장 프로그램 기본 정보

이름 fbspy.vn fbspy.vn
ID fimmeemaghamhpkbjihdlhfonjfpdanb
공식 URL https://chromewebstore.google.com/detail/fbspyvn/fimmeemaghamhpkbjihdlhfonjfpdanb
설명 Fbspy.vn | Fbspy007.com Extension | Công nghệ 4.0, hỗ trợ chốt sale, tìm kiếm khách hàng tiềm năng hoàn hảo!
파일 크기 112 KB
설치 횟수 2,301
현재 버전 7.6
최근 업데이트 2022-10-05
출시 날짜 2020-05-18
평점 3.15/5 총 13 개의 평점
개발자 https://fbspy007.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fbspy007.com/#about
도움말 페이지 URL https://fbspy007.com/#contact
개인정보 보호 정책 페이지 URL https://fbspy.vn/chinh-sach-bao-mat-thong-tin.html
지원되는 언어 vi
manifest.json
{
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": "img\/16.png",
        "default_popup": "myPopup.html"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/content.js",
                "scripts\/jquery.notify.min.js",
                "scripts\/toastr.min.js",
                "scripts\/md5.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.messenger.com\/*",
                "https:\/\/fbspy.vn\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
    },
    "description": "Fbspy.vn | Fbspy007.com Extension | C\u00f4ng ngh\u1ec7 4.0, h\u1ed7 tr\u1ee3 ch\u1ed1t sale, t\u00ecm ki\u1ebfm kh\u00e1ch h\u00e0ng ti\u1ec1m n\u0103ng ho\u00e0n h\u1ea3o!",
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "48": "img\/48.png"
    },
    "manifest_version": 3,
    "name": "fbspy.vn",
    "permissions": [
        "tabs",
        "storage"
    ],
    "optional_permissions": [],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/wwww.messenger.com\/*",
        "https:\/\/fbspy.vn\/",
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.6",
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/mypopup.js"
            ],
            "matches": [],
            "extension_ids": [],
            "use_dynamic_url": true
        }
    ]
}