WhatsBooster
WhatsBooster - Give your WhatsApp super powers
WhatsBooster क्या है?
WhatsBooster https://whatsbooster.site द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WhatsBooster - Give your WhatsApp super powers"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WhatsBooster एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
WhatsBooster is the Chrome extension that takes your WhatsApp Web experience to the next level! For just $2/month, unlock incredible features: Easily Schedule Bulk Message Blasts! With WhatsBooster, sending bulk messages has never been so simple and effective. Our scheduling feature allows you to plan your message blasts in advance, ensuring that your communication is delivered at the right moment, every time. It's very easy to use: Paste the Phone Numbers: Simply paste the list of recipient phone numbers into the provided field. Set the Date and Time: Choose the date and time you want your messages to be sent. Type Your Message: Write the message you want to send. Voila! WhatsBooster will take care of the rest, reliably sending your messages at the scheduled time. Now you can focus on what's most important while keeping your communication with customers and contacts always up to date. Scheduling bulk message blasts is just one more way that WhatsBooster is here to empower your experience on WhatsApp Web. Enhanced Security Automatic Lock: Your WhatsApp Web automatically locks after inactivity, ensuring privacy. Privacy Filters: Add blur to images, contact names, and conversations to keep your privacy intact. Efficient Contact Management Contact Export: Easily export contacts by groups and in the formats of your choice. Start New Conversations: Initiate a conversation with any new phone number with a click. Template Library Create and store message templates for future use, speeding up your communication and ensuring consistency. Enhanced Viewing Experience Full-Screen Mode: Expand WhatsApp Web to full-screen on larger monitors for a better viewing experience. Quick Access to Contact Info: Automatically activate the contact info tab for quick and easy access. More Features On The Way! We are constantly working to introduce new features and further enhance your WhatsApp Web experience. Try Risk-Free with Our 15-Day Free Trial! We are so confident that you'll love WhatsBooster that we are offering a 15-day free trial! During this time, you'll have full access to all the amazing features of WhatsBooster at no cost, with no credit card details required. After the free trial period, subscribe to the extension for only $2 per month, less than the cost of a coffee! Be Among the First to Try WhatsBooster! By signing up on our form, you’ll get the chance to try out this revolutionary extension ahead of everyone else. Fill out the form now and be among the first to elevate your WhatsApp Web to the next level with WhatsBooster.
एक्सटेंशन की मूल जानकारी
नाम | WhatsBooster |
ID | dmbocclkjchdickenkodfpmhbcinhgki |
आधिकारिक URL | https://chromewebstore.google.com/detail/whatsbooster/dmbocclkjchdickenkodfpmhbcinhgki |
विवरण | WhatsBooster - Give your WhatsApp super powers |
फ़ाइल का आकार | 5.3 MB |
स्थापना संख्या | 858 |
वर्तमान संस्करण | 1.2.12.7 |
अंतिम अपडेट | 2024-01-26 |
प्रकाशन तिथि | 2023-10-15 |
रेटिंग | 3.50/5 कुल 2 रेटिंग्स |
डेवलपर | https://whatsbooster.site |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://whatsbooster.site |
सहायता पृष्ठ URL | https://whatsbooster.site |
गोपनीयता नीति पृष्ठ URL | https://henckel.com.br/whatsolx.html |
समर्थित भाषाएँ | en,en-GB,en-US,fr,es,it,pt-BR,pt-PT,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.12.7", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "homepage_url": "https:\/\/henckel.com.br\/whatsbooster", "default_locale": "en", "icons": { "16": "img\/WhatsBooster_16.png", "32": "img\/WhatsBooster_32.png", "48": "img\/WhatsBooster_48.png", "64": "img\/WhatsBooster_64.png", "128": "img\/WhatsBooster_128.png" }, "background": { "service_worker": "js\/worker.js" }, "action": { "default_popup": "pages\/index.html", "default_icon": "img\/WhatsBooster_128.png", "default_title": "__MSG_appDesc__" }, "permissions": [ "activeTab", "idle", "scripting", "storage", "tabs", "unlimitedStorage" ], "host_permissions": [ "*:\/\/web.whatsapp.com\/*", "*:\/\/henckel.com.br\/*", "*:\/\/*.web.app\/*", "*:\/\/*.firebaseio.com\/*", "*:\/\/*.firebaseapp.com\/*", "https:\/\/extensionpay.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "js\/configElements.js", "js\/lockScreenStart.js", "js\/schedulerStart.js", "js\/ExtPay.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/web.whatsapp.com\/" ], "js": [ "js\/exportingTools.js", "js\/backCustom.js" ] }, { "matches": [ "https:\/\/extensionpay.com\/*" ], "js": [ "js\/ExtPay.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "js\/*", "css\/*", "vendor\/*", "img\/*", "fonts\/*" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/henckel.com.br\/*" ] } } |