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ファイルをダウンロード

Facebot Chatbot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}