KB2A Tool

An extension help you use facebook more conveniently

Qu'est-ce que KB2A Tool ?

KB2A Tool est une extension Chrome développée par KB2A Team, et sa fonction principale est "An extension help you use facebook more conveniently".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension KB2A Tool

Téléchargez les fichiers d'extension KB2A Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom KB2A Tool KB2A Tool
ID djfbfhmfeenbkdffimkcagbiimjelgne
URL Officiel https://chrome.google.com/webstore/detail/kb2a-tool/djfbfhmfeenbkdffimkcagbiimjelgne
Description An extension help you use facebook more conveniently
Taille du Fichier 6.84 MB
Nombre d'Installations 70,000
Version Actuelle 2.67
Dernière Mise à Jour 2022-03-26
Date de Publication 2020-05-01
Évaluation 4.15/5 Total 96 Évaluations
Développeur KB2A Team
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://kb2atool.com
URL de la Page d'Aide https://kb2atool.com
URL de la Page de Politique de Confidentialité 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
Langues Prises en Charge 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"
    ]
}