Facebot Chatbot

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

Facebot Chatbot란 무엇입니까?

Facebot Chatbot은(는) alex.just.1011에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Facebot Chatbot is a complete personal ChatBot for your Facebook profile. Works 24/7/365"입니다.

확장 프로그램 스크린샷

screenshot

Facebot Chatbot 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Facebot Chatbot Facebot Chatbot
ID keidnmlpahkmjaadlknbnbbmjoefmcnb
공식 URL https://chromewebstore.google.com/detail/facebot-chatbot/keidnmlpahkmjaadlknbnbbmjoefmcnb
설명 Facebot Chatbot is a complete personal ChatBot for your Facebook profile. Works 24/7/365
파일 크기 3.68 MB
설치 횟수 50
현재 버전 1.0.2
최근 업데이트 2023-05-17
출시 날짜 2023-02-08
개발자 alex.just.1011
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.facebotchatbot.com/
개인정보 보호 정책 페이지 URL https://www.alexjusst.com/politica-de-privacidad1
지원되는 언어 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"
}