Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "WASender FREE Bulk Messaging",
"version": "1.0.15",
"description": "Message Bulk sender: env\u00ede mensajes, archivos adjuntos, mensajes personalizados, respuestas autom\u00e1ticas inteligentes y m\u00e1s.",
"icons": {
"16": "img\/main-icon.png",
"22": "img\/main-icon.png",
"32": "img\/main-icon.png",
"48": "img\/main-icon.png",
"128": "img\/main-icon.png"
},
"author": "metjetsac.com",
"host_permissions": [
"https:\/\/metjetsac.com\/*"
],
"short_name": "WASender FREE Bulk Messaging",
"permissions": [
"storage"
],
"homepage_url": "https:\/\/metjetsac.com\/",
"content_scripts": [
{
"matches": [
"*:\/\/web.whatsapp.com\/*"
],
"js": [
"contentmin.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"css\/lib.css",
"\/img\/*",
"flmin.js"
],
"matches": [
"*:\/\/web.whatsapp.com\/*"
]
}
],
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_title": "METJET Web Sender",
"default_popup": "popup.html"
}
}