Fb Auto Message Sender - Prospectss.com
Send mass Fb private messages automatically in the background without getting banned.
Fb Auto Message Sender - Prospectss.comとは何ですか?
Fb Auto Message Sender - Prospectss.comはhttp://prospectss.comによって開発されたChromeの拡張機能で、その主な機能は「Send mass Fb private messages automatically in the background without getting banned.」です。
拡張機能のスクリーンショット
Fb Auto Message Sender - Prospectss.com拡張機能のCRXファイルをダウンロード
Fb Auto Message Sender - Prospectss.com拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You would like to send mass private message of your product launch to a list of Fb users. You can simply add their Fb profile URLs & let the extension send private messages to everyone. ========================== FEATURES ========================== With the Fb Auto Message Sender, you can: ▪️ Send mass private message on Fb ▪️ Pause sending mass private messages ▪️ Resume sending mass private messages ▪️ Download detailed log of the messages sent ============================ FAQs ============================ ▪️ Is this extension safe to use? ▪️ Yes, we have tested this extension over multiple accounts to find the most optimal request times so that your account remains 100% safe. ▪️ Does this work with fresh accounts? ▪️ If it is a fresh account with no phone number, then you would not have a good experience in using this tool. It will work to some extent, but you will have to authenticate the account or prefer using an old account. ▪️ Can I use this extension along with other auto Fb DM extensions? ▪️ If you are using any other similar extension together, we would advise you to wait 6-24 hours before using any other extension. Using multiple extensions would rate-limit your account. It is advisable to only use one Fb DM extension tool at a time. ▪️ What are the best practices for using this tool? ▪️ Do not use any other Fb DM tool simultaneously. Do not manually follow any Fb profile while using this extension. Do not use this tool on two different groups/profiles at the same time. ▪️ Do you require my Fb account login information? ▪️ No, we do not require your Fb login & password. We do not have any access to your account. ▪️ Do you post, like & comment using my account? ▪️ No, we do not post, like or comment with your account. We do not have any access to your account. ▪️ Can I send messages to people who aren't in my friend list? ▪️ Yes, you can send messages to everyone whether or not they are in your friend list. ▪️ How can I stop using your Fb auto DM extension? ▪️ You can simply uninstall the Fb auto DM extension to stop using it. ▪️ Can I use the system while the extension is running in the background? ▪️ Yes, you can switch the tab and work as usual. Just ensure that you do not close or refresh the tab on which the extension is running. ▪️ How many credits are charged for using the Fb auto DM extension? ▪️ For every successful DM sent, 5 credits are charged. Credits are not charged for any failed DM. Credits: ▪️ You will be charged with 5 credits per private message sent successfully. ▪️ You will not be charged for any private message that was attempted but failed.
拡張機能の基本情報
名前 | |
ID | nabmaenaeldncmndiakeabnmamdgfekf |
公式URL | https://chrome.google.com/webstore/detail/fb-auto-message-sender-pr/nabmaenaeldncmndiakeabnmamdgfekf |
説明 | Send mass Fb private messages automatically in the background without getting banned. |
ファイルサイズ | 2.21 MB |
インストール数 | 165 |
現在のバージョン | 1.4 |
最終更新日 | 2022-04-21 |
公開日 | 2022-03-07 |
評価 | 5.00/5 合計 12 レビュー |
開発者 | http://prospectss.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://prospectss.com/facebook-auto-message-sender/ |
ヘルプページのURL | https://prospectss.tawk.help/category/facebook-auto-message-sender |
プライバシーポリシーページのURL | https://prospectss.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "name": "Fb Auto Message Sender - Prospectss.com", "description": "Send mass Fb private messages automatically in the background without getting banned.", "manifest_version": 3, "version": "1.4", "action": { "default_icon": "icon\/icon.png", "default_popup": "index.html" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ { "resources": [ "script.js", "extension-icon\/chevron-right.svg", "extension-icon\/chevron-right_signup.svg", "extension-icon\/messengericon.svg", "images\/logo-color.png", "images\/logo-white.png", "fonts\/Montserrat\/Montserrat-Regular.ttf", "fonts\/Montserrat\/Montserrat-Medium.ttf", "fonts\/Montserrat\/Montserrat-SemiBold.ttf", "fonts\/Montserrat\/Montserrat-Bold.ttf", "extension-icon\/chart.svg", "extension-icon\/diamondButton.svg", "extension-icon\/gem.svg", "extension-icon\/help.svg", "extension-icon\/icon.png ", "extension-icon\/info.svg", "extension-icon\/logout.svg", "extension-icon\/notFound.svg", "extension-icon\/reload.svg", "extension-icon\/rotate-cw.svg", "extension-icon\/chevron-right.svg ", "extension-icon\/feather-cpu.svg", "extension-icon\/globe.svg", "extension-icon\/icon2x.png", "extension-icon\/icon.svg ", "extension-icon\/loading.svg", "extension-icon\/refresher.svg", "extension-icon\/mail.svg", "extension-icon\/phone.svg", "extension-icon\/right.svg", "extension-icon\/wrong.svg", "extension-icon\/verifiedIcon.png", "extension-icon\/rightArrow.svg" ], "matches": [ "https:\/\/www.facebook.com\/*" ] } ], "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "content_scripts": [ { "css": [ "dist\/tailwindDist.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/www.facebook.com\/*" ] } ], "permissions": [ "tabs", "storage" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/*.facebook.com\/*", "https:\/\/*.prospectss.com\/*", "https:\/\/prospectss.com\/*" ] } |