Facebot Chatbot

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

What is Facebot Chatbot?

Facebot Chatbot is a Chrome extension developed by alex.just.1011, and its main feature is "Facebot Chatbot is a complete personal ChatBot for your Facebook profile. Works 24/7/365".

Extension Screenshots

screenshot

Download Facebot Chatbot Extension CRX File

Download Facebot Chatbot 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

                        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.                    

Extension Basic Information

Name Facebot Chatbot Facebot Chatbot
ID keidnmlpahkmjaadlknbnbbmjoefmcnb
Official URL https://chromewebstore.google.com/detail/facebot-chatbot/keidnmlpahkmjaadlknbnbbmjoefmcnb
Description Facebot Chatbot is a complete personal ChatBot for your Facebook profile. Works 24/7/365
File Size 3.68 MB
Installation Count 50
Current Version 1.0.2
Last Updated 2023-05-17
Publish Date 2023-02-08
Developer alex.just.1011
Email [email protected]
Payment Type free
Extension Website https://www.facebotchatbot.com/
Privacy Policy Page URL https://www.alexjusst.com/politica-de-privacidad1
Supported Languages 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"
}