Messenger Message Sender
Send bulk FB messages at once - Reviewed in Jan. 2021
Messenger Message Sender là gì?
Messenger Message Sender là một tiện ích mở rộng Chrome được phát triển bởi http://fbmessagecleaner.com, và tính năng chính của nó là "Send bulk FB messages at once - Reviewed in Jan. 2021".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Messenger Message Sender
Tải xuống các tệp mở rộng Messenger Message Sender dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kojogklkoflekdkclcnmcfkeccjddppp |
URL Chính Thức | https://chrome.google.com/webstore/detail/messenger-message-sender/kojogklkoflekdkclcnmcfkeccjddppp |
Mô tả | Send bulk FB messages at once - Reviewed in Jan. 2021 |
Kích Thước Tệp | 114 KB |
Số Lần Cài Đặt | 4,000 |
Phiên Bản Hiện Tại | 2.1.0 |
Cập Nhật Lần Cuối | 2021-01-11 |
Ngày Phát Hành | 2020-06-27 |
Đánh Giá | 3.97/5 Tổng số 36 Đánh Giá |
Nhà Phát Triển | http://fbmessagecleaner.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.fbmessagecleaner.com/ |
URL Trang Trợ Giúp | https://www.fbmessagecleaner.com/ |
URL Trang Chính Sách Bảo Mật | https://www.fbmessagecleaner.com/privacypolicy.html |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |