KB2A Tool

An extension help you use facebook more conveniently

KB2A Tool란 무엇입니까?

KB2A Tool은(는) KB2A Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension help you use facebook more conveniently"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

KB2A Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        KB2A Tool là một công cụ miễn phí cung cấp cho bạn bộ công cụ mạnh mẽ giúp bạn trải nghiệm và quản lý Facebook một cách tốt nhất.
KB2A Tool sẽ được cập nhật thường xuyên các chức năng cũng như lỗi, các chức năng nổi bật hiện tại như :
- Xem tin nhắn đã gỡ: Bạn có thể xem được tin nhắn người khác gỡ từ dạng text, hình ảnh, nhãn dán, video cho đến cả voice.
- Tải tất cả tin nhắn Facebook về: Xóa tan nỗi lo tìm tin nhắn của một ai đó
- Hẹn giờ gửi tin nhắn facebook
- Thống kê top tin nhắn Facebook
- Xem bài viết nhiều like nhất, nhiều comment nhất
- Xem ID, Cookie, Token tài khoản cá nhân
...

KB2A Tool là một sản phẩm thuộc KB2A Team.                    

확장 프로그램 기본 정보

이름 KB2A Tool KB2A Tool
ID djfbfhmfeenbkdffimkcagbiimjelgne
공식 URL https://chrome.google.com/webstore/detail/kb2a-tool/djfbfhmfeenbkdffimkcagbiimjelgne
설명 An extension help you use facebook more conveniently
파일 크기 6.84 MB
설치 횟수 70,000
현재 버전 2.67
최근 업데이트 2022-03-26
출시 날짜 2020-05-01
평점 4.15/5 총 96 개의 평점
개발자 KB2A Team
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://kb2atool.com
도움말 페이지 URL https://kb2atool.com
개인정보 보호 정책 페이지 URL https://ltalqd.notion.site/FAQ-Nh-ng-c-u-h-i-th-ng-g-p-v-ch-nh-s-ch-quy-n-ri-ng-t-2d2e2aab5c3f4f1e92967e629f3f3d40
지원되는 언어 vi
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "c.js",
            "j.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": ".\/popup\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                ".\/inject_worker.js"
            ],
            "css": [
                "kb2a.css"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.messenger.com\/t\/*",
                "https:\/\/www.instagram.com\/direct\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                ".\/inject_core.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.messenger.com\/t\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "An extension help you use facebook more conveniently",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.facebook.com\/*",
            "*:\/\/*.messenger.com\/*",
            "*:\/\/*.kb2atool.com\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "icons": {
        "128": "logo.png",
        "16": "logo.png"
    },
    "manifest_version": 2,
    "name": "KB2A Tool",
    "permissions": [
        "webRequest",
        "unlimitedStorage",
        "webRequestBlocking",
        "storage",
        "cookies",
        "*:\/\/*.facebook.com\/*",
        "https:\/\/*.messenger.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.67",
    "web_accessible_resources": [
        "core.js",
        "injectws.js",
        "j.js",
        "define_html.js"
    ]
}