Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Free Mass Message Bulk sender",
"version": "3.1.40",
"description": "Free Mass Message: env\u00ede mensajes, archivos adjuntos, mensajes personalizados, respuestas autom\u00e1ticas inteligentes y m\u00e1s.",
"background": {
"service_worker": "background\/service-worker.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/web.whatsapp.com\/*"
],
"js": [
"libs\/jquery\/jquery.min.js",
"libs\/papaparse\/papaparse.min.js",
"libs\/loadash\/loadash.min.js",
"libs\/firebase\/firebase.js",
"libs\/firebase\/firebase-storage.js",
"libs\/moment\/moment.min.js",
"libs\/moment\/moment-duration-format.min.js",
"libs\/chatbot\/index.js",
"common\/chrome-msging.js",
"content\/selectors.js",
"common\/analytics.js",
"common\/storage.js",
"common\/utility.js",
"libs\/libphonenumber\/libphonenumber.js",
"libs\/xlsx\/xlsx.full.min.js",
"content\/groupsui.js",
"content\/templatesui.js",
"content\/ui.js",
"content\/firebaseconfig.js",
"content\/dom-channel\/common.js",
"content\/dom-channel\/dom-channel.js",
"content\/content-libhook.js",
"content\/content.js"
]
}
],
"action": {
"default_title": "METJET Web Sender",
"default_popup": "popup.html"
},
"permissions": [
"storage",
"cookies",
"https:\/\/metjetsac.com\/",
"alarms",
"identity",
"identity.email"
],
"host_permissions": [
"https:\/\/metjetsac.com\/*"
],
"manifest_version": 3,
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"css\/lib.css",
"\/img\/*",
"libs\/jquery\/jquery.min.js",
"libs\/loadash\/loadash.min.js",
"content\/lib-hooks\/libhook-selectors.js",
"content\/dom-channel\/dom-channel.js",
"content\/lib-hooks\/fl.js",
"content\/lib-hooks\/libhook-listeners.js",
"content\/lib-hooks\/local-storage.js",
"content\/lib-hooks\/lib-hook.js",
"content\/dom-channel\/common.js",
"content\/lib-hooks\/libhook-model.js",
"content\/lib-hooks\/privacy-function.js",
"content\/lib-hooks\/libhook-content.js"
],
"matches": [
"*:\/\/web.whatsapp.com\/*"
]
}
]
}