Messenger Message Sender

Send bulk FB messages at once - Reviewed in Jan. 2021

Что такое Messenger Message Sender?

Messenger Message Sender - это расширение Chrome, разработанное http://fbmessagecleaner.com, и его основная функция - "Send bulk FB messages at once - Reviewed in Jan. 2021".

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

screenshot

Скачать файл CRX расширения Messenger Message Sender

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

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

                        Send many messages at once on FB - Reviewed in Jan. 2021

"FB Message Sender" allows to send messages to all your FaceBook™ friends in a single click!

For example with only 1 click, you can send 100 messages to your friends to create 100 different conversations! 
This is very convenient in you want to keep private your conversation. For example to plan a FB event with you friends !

To launch after installation, just click on icon. When screen appears, wait extension retrieves your friends list (it can take few minutes if you have thousands of friends)

You can customize messages with "%firstname%" and "lastname" variables.
You can customize delay between 2 messages.

Do not abuse.


****Free trial to send the 5 first messages and then paying service to help us to maintain this extension.****

Terms & Conditions:
Use "FB Message Sender" at your own risk. No guarantee or warranty is given. The author shall not be held liable for any damage or loss of data. Usage of this app means that you agree to these terms. "FB Message Sender" has absolutely no relation with FB compagny.

For any question or if you wish new features, please contact us on our website or on Telegram.                    

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

Название Messenger Message Sender Messenger Message Sender
ID kojogklkoflekdkclcnmcfkeccjddppp
Официальный URL https://chrome.google.com/webstore/detail/messenger-message-sender/kojogklkoflekdkclcnmcfkeccjddppp
Описание Send bulk FB messages at once - Reviewed in Jan. 2021
Размер файла 114 KB
Количество установок 4,000
Текущая Версия 2.1.0
Последнее Обновление 2021-01-11
Дата публикации 2020-06-27
Рейтинг 3.97/5 Всего 36 оценок
Разработчик http://fbmessagecleaner.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.fbmessagecleaner.com/
URL страницы помощи https://www.fbmessagecleaner.com/
URL страницы политики конфиденциальности https://www.fbmessagecleaner.com/privacypolicy.html
Поддерживаемые языки en-US
manifest.json
{
    "name": "Messenger Message Sender",
    "description": "Send bulk FB messages at once - Reviewed in Jan. 2021",
    "version": "2.1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mbasic.facebook.com\/*"
            ],
            "js": [
                "js\/constants.min.js",
                "js\/content.min.js"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/inject_end.js"
            ],
            "matches": [
                "https:\/\/mbasic.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "js\/constants.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_title": "Send bulk Messages to your Facebook friends",
        "default_popup": "screens\/popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/www.fbmessagecleaner.com\/*",
        "https:\/\/mbasic.facebook.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}