Facebot Chatbot

Facebot Chatbot is a complete personal ChatBot for your Facebook profile. Works 24/7/365

Facebot Chatbot là gì?

Facebot Chatbot là một tiện ích mở rộng Chrome được phát triển bởi alex.just.1011, và tính năng chính của nó là "Facebot Chatbot is a complete personal ChatBot for your Facebook profile. Works 24/7/365".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Facebot Chatbot

Tải xuống các tệp mở rộng Facebot Chatbot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Facebot Chatbot is a complete personal ChatBot for your Facebook profile. Works 24/7/365

THIS IS A WHITE LABEL EXTENSION MADE BY TIER5.US FOR ALEX JUST.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Facebot Chatbot Facebot Chatbot
ID keidnmlpahkmjaadlknbnbbmjoefmcnb
URL Chính Thức https://chromewebstore.google.com/detail/facebot-chatbot/keidnmlpahkmjaadlknbnbbmjoefmcnb
Mô tả Facebot Chatbot is a complete personal ChatBot for your Facebook profile. Works 24/7/365
Kích Thước Tệp 3.68 MB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-05-17
Ngày Phát Hành 2023-02-08
Nhà Phát Triển alex.just.1011
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.facebotchatbot.com/
URL Trang Chính Sách Bảo Mật https://www.alexjusst.com/politica-de-privacidad1
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Facebot Chatbot",
    "version": "1.0.2",
    "manifest_version": 3,
    "description": "Facebot Chatbot is a complete personal ChatBot for your Facebook profile. Works 24\/7\/365\r\n",
    "icons": {
        "16": "images\/5fda20951c35d67802639897-Facebot_Chatbot-1657892406279-small_icon.png",
        "48": "images\/5fda20951c35d67802639897-Facebot_Chatbot-1657892406370-medium_icon.png",
        "128": "images\/5fda20951c35d67802639897-Facebot_Chatbot-1657892406428-large_icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "Facebot Chatbot",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "permissions": [
        "alarms",
        "storage",
        "clipboardRead"
    ],
    "host_permissions": [
        "https:\/\/www.messenger.com\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/m.facebook.com\/*",
        "https:\/\/api.mefnevan.com\/api"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "vendor.js",
                "messageListGetter.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/messages\/*"
            ],
            "run_at": "document_end",
            "persistent": true
        },
        {
            "all_frames": true,
            "js": [
                "vendor.js",
                "messageIndividualForDelay.js"
            ],
            "matches": [
                "https:\/\/mbasic.facebook.com\/messages\/read\/*"
            ],
            "run_at": "document_end",
            "persistent": true
        },
        {
            "all_frames": true,
            "js": [
                "vendor.js",
                "messageIndividual.js"
            ],
            "matches": [
                "https:\/\/mbasic.facebook.com\/messages\/t\/*"
            ],
            "run_at": "document_end",
            "persistent": true
        },
        {
            "all_frames": true,
            "js": [
                "vendor.js",
                "messageIndividualFB.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/messages\/t\/*"
            ],
            "run_at": "document_end",
            "persistent": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'none'",
        "content_scripts": "script-src 'self'; object-src 'none'"
    },
    "short_name": "FC"
}