KB2A Tool

An extension help you use facebook more conveniently

Cos'è KB2A Tool?

KB2A Tool è un'estensione di Chrome sviluppata da KB2A Team, e la sua funzione principale è "An extension help you use facebook more conveniently".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione KB2A Tool

Scarica i file di estensione KB2A Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome KB2A Tool KB2A Tool
ID djfbfhmfeenbkdffimkcagbiimjelgne
URL Ufficiale https://chrome.google.com/webstore/detail/kb2a-tool/djfbfhmfeenbkdffimkcagbiimjelgne
Descrizione An extension help you use facebook more conveniently
Dimensione del File 6.84 MB
Conteggio Installazioni 70,000
Versione Corrente 2.67
Ultimo Aggiornamento 2022-03-26
Data di Pubblicazione 2020-05-01
Valutazione 4.15/5 Totale 96 Valutazioni
Sviluppatore KB2A Team
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://kb2atool.com
URL della Pagina di Aiuto https://kb2atool.com
URL della Pagina della Politica sulla Privacy 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
Lingue Supportate 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"
    ]
}