Azar Whatsapp
Send Bulk WhatsApp Messages to any Contacts .
What is Azar Whatsapp?
Azar Whatsapp is a Chrome extension developed by http://azarv.com, and its main feature is "Send Bulk WhatsApp Messages to any Contacts .".
Extension Screenshots
Download Azar Whatsapp Extension CRX File
Download Azar Whatsapp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
يسمح لك بدمج حسابك WhatsApp وارسال رسائل جماعية الى العملاء بشكل اسرع و وقت اقل..
Extension Basic Information
Name | |
ID | iadecjghbhachocnkopebjjaanjjpbmh |
Official URL | https://chrome.google.com/webstore/detail/azar-whatsapp/iadecjghbhachocnkopebjjaanjjpbmh |
Description | Send Bulk WhatsApp Messages to any Contacts . |
File Size | 204 KB |
Installation Count | 29 |
Current Version | 2.5.5 |
Last Updated | 2021-04-05 |
Publish Date | 2021-03-24 |
Rating | 3.00/5 Total 2 Ratings |
Developer | http://azarv.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.azarv.com/ |
Help Page URL | https://www.azarv.com/ |
Privacy Policy Page URL | https://azarv.com/whatsapp_send/PrivacyPolicy |
Supported Languages | ar |
manifest.json | |
{ "author": "Azar Whatsapp", "background": { "persistent": true, "scripts": [ "app\/background.js" ] }, "browser_action": { "default_icon": { "16": "imgs\/16.png", "48": "imgs\/48.png" }, "default_title": "Azar Whatsapp" }, "content_scripts": [ { "css": [ "app\/style.css" ], "js": [ "app\/jquery.js", "app\/bootstrap.bundle.min.js", "app\/app.js", "app\/content.js" ], "matches": [ "*:\/\/*.whatsapp.com\/*" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Send Bulk WhatsApp Messages to any Contacts .", "icons": { "128": "imgs\/128.png", "16": "imgs\/16.png", "32": "imgs\/32.png", "48": "imgs\/48.png" }, "manifest_version": 2, "minimum_chrome_version": "37", "name": "Azar Whatsapp", "permissions": [ "activeTab", "background", "webRequest", "webRequestBlocking", "browsingData", "*:\/\/*.whatsapp.com\/*", "*:\/\/*.azarv.com\/*" ], "short_name": "azar", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.5.5", "web_accessible_resources": [ "app\/*" ] } |