Facebot Chatbot

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

Was ist Facebot Chatbot?

Facebot Chatbot ist eine Chrome-Erweiterung, die von alex.just.1011 entwickelt wurde, und ihr Hauptmerkmal ist "Facebot Chatbot is a complete personal ChatBot for your Facebook profile. Works 24/7/365".

Erweiterungsscreenshots

screenshot

Facebot Chatbot-Erweiterungs-CRX-Datei herunterladen

Laden Sie Facebot Chatbot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Facebot Chatbot Facebot Chatbot
ID keidnmlpahkmjaadlknbnbbmjoefmcnb
Offizielle URL https://chromewebstore.google.com/detail/facebot-chatbot/keidnmlpahkmjaadlknbnbbmjoefmcnb
Beschreibung Facebot Chatbot is a complete personal ChatBot for your Facebook profile. Works 24/7/365
Dateigröße 3.68 MB
Installationsanzahl 50
Aktuelle Version 1.0.2
Letztes Update 2023-05-17
Veröffentlichungsdatum 2023-02-08
Entwickler alex.just.1011
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.facebotchatbot.com/
URL der Datenschutzrichtlinien-Seite https://www.alexjusst.com/politica-de-privacidad1
Unterstützte Sprachen 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"
}