KB2A Tool
An extension help you use facebook more conveniently
What is KB2A Tool?
KB2A Tool is a Chrome extension developed by KB2A Team, and its main feature is "An extension help you use facebook more conveniently".
Extension Screenshots
Download KB2A Tool Extension CRX File
Download KB2A Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | djfbfhmfeenbkdffimkcagbiimjelgne |
Official URL | https://chrome.google.com/webstore/detail/kb2a-tool/djfbfhmfeenbkdffimkcagbiimjelgne |
Description | An extension help you use facebook more conveniently |
File Size | 6.84 MB |
Installation Count | 70,000 |
Current Version | 2.67 |
Last Updated | 2022-03-26 |
Publish Date | 2020-05-01 |
Rating | 4.15/5 Total 96 Ratings |
Developer | KB2A Team |
[email protected] | |
Payment Type | in_app |
Extension Website | https://kb2atool.com |
Help Page URL | https://kb2atool.com |
Privacy Policy Page 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 |
Supported Languages | 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" ] } |