KB2A Tool

An extension help you use facebook more conveniently

Wat is KB2A Tool?

KB2A Tool is een Chrome-extensie ontwikkeld door KB2A Team, en de belangrijkste functie is "An extension help you use facebook more conveniently".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie KB2A Tool

Download KB2A Tool-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

                        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.                    

Basisinformatie over de Extensie

Naam KB2A Tool KB2A Tool
ID djfbfhmfeenbkdffimkcagbiimjelgne
Officiële URL https://chrome.google.com/webstore/detail/kb2a-tool/djfbfhmfeenbkdffimkcagbiimjelgne
Beschrijving An extension help you use facebook more conveniently
Bestandsgrootte 6.84 MB
Aantal Installaties 70,000
Huidige Versie 2.67
Laatst Bijgewerkt 2022-03-26
Publicatiedatum 2020-05-01
Beoordeling 4.15/5 Totaal 96 Beoordelingen
Ontwikkelaar KB2A Team
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://kb2atool.com
Help Pagina-URL https://kb2atool.com
URL van de Privacybeleid Pagina 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
Ondersteunde Talen 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"
    ]
}