Insta Auto Message Sender -Prospectss.com
Send mass Instagram private messages automatically in the background without getting banned
Insta Auto Message Sender -Prospectss.com란 무엇입니까?
Insta Auto Message Sender -Prospectss.com은(는) http://prospectss.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send mass Instagram private messages automatically in the background without getting banned"입니다.
확장 프로그램 스크린샷
Insta Auto Message Sender -Prospectss.com 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Send mass Insta private messages automatically in the background without getting banned. Signup with Prospectss.com for FREE to get Account Key. ==========================FEATURES========================== With the Insta Auto Message Sender, you can: ▪️ Send mass private message on Insta ▪️ 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 Insta 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 Insta DM extension tool at a time. ▪️ What are the best practices for using this tool? ▪️ Do not use any other Insta DM tool simultaneously. Do not manually follow any Insta profile while using this extension. Do not use this tool on two different groups/profiles at the same time. ▪️ Do you require my Insta account login information? ▪️ No, we do not require your Insta 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 Insta auto DM extension? ▪️ You can simply uninstall the Insta 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 Insta auto DM extension? ▪️ For every successful DM sent, 5 credits are charged. Credits are not charged for any failed DM. Signup Now & get FREE 300 Credits. 25000 Credits for $49/per month
확장 프로그램 기본 정보
이름 | |
ID | cihjcelmljjkibkgcemehaniefdhoedk |
공식 URL | https://chrome.google.com/webstore/detail/insta-auto-message-sender/cihjcelmljjkibkgcemehaniefdhoedk |
설명 | Send mass Instagram private messages automatically in the background without getting banned |
파일 크기 | 2.16 MB |
설치 횟수 | 229 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2022-03-02 |
출시 날짜 | 2022-02-07 |
평점 | 5.00/5 총 12 개의 평점 |
개발자 | http://prospectss.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://prospectss.com/instagram-auto-message-sender/ |
도움말 페이지 URL | https://prospectss.tawk.help/category/instagram-auto-message-sender |
개인정보 보호 정책 페이지 URL | https://prospectss.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Insta Auto Message Sender -Prospectss.com", "description": "Send mass Instagram private messages automatically in the background without getting banned", "manifest_version": 3, "version": "1.0.3", "action": { "default_icon": "icon\/icon.png", "default_popup": "index.html" }, "web_accessible_resources": [ { "resources": [ "script.js", "extension-icon\/chevron-right.svg", "extension-icon\/chevron-right_signup.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.instagram.com\/*" ] } ], "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "content.js" ], "css": [ "dist\/tailwindDist.css" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.instagram.com\/*", "https:\/\/*.prospectss.com\/*", "https:\/\/prospectss.com\/*" ] } |