MeFn Evan

Meet the very FIRST software that turns your PERSONAL FACEBOOK PROFILE into a powerful CHATBOT AUTORESPONDER

Что такое MeFn Evan?

MeFn Evan - это расширение Chrome, разработанное https://mefnevan.com, и его основная функция - "Meet the very FIRST software that turns your PERSONAL FACEBOOK PROFILE into a powerful CHATBOT AUTORESPONDER".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения MeFn Evan

Скачайте файлы расширений MeFn Evan в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Do You Use Facebook Messenger?  
Of course you do. So you need MeFn EVan
Meet the very FIRST software that turns your PERSONAL FACEBOOK PROFILE into a powerful CHATBOT AUTORESPONDER and allows you to easily bulk broadcast messages!                    

Основная информация о расширении

Название MeFn Evan MeFn Evan
ID daiimeflofheaoahmgfoppbipbhipmbh
Официальный URL https://chromewebstore.google.com/detail/mefn-evan/daiimeflofheaoahmgfoppbipbhipmbh
Описание Meet the very FIRST software that turns your PERSONAL FACEBOOK PROFILE into a powerful CHATBOT AUTORESPONDER
Размер файла 3.69 MB
Количество установок 615
Текущая Версия 1.2.68
Последнее Обновление 2023-12-27
Дата публикации 2021-02-18
Рейтинг 5.00/5 Всего 9 оценок
Разработчик https://mefnevan.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://tier5.us/chrome_extension
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MeFn Evan",
    "version": "1.2.68",
    "manifest_version": 3,
    "description": "Meet the very FIRST software that turns your PERSONAL FACEBOOK PROFILE into a powerful CHATBOT AUTORESPONDER",
    "icons": {
        "16": "images\/60d22fbed4b2d16d0c93c968-1624387828213-small.png",
        "48": "images\/60d22fbed4b2d16d0c93c968-1624387828273-medium.png",
        "128": "images\/60d22fbed4b2d16d0c93c968-1624387828322-large.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "MeFn Evan",
        "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",
        "*:\/\/*.mefnevan.com\/*"
    ],
    "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": "ME"
}