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": "WA Bulk Message Sender - WASender", "version": "1.0.25", "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": "WA Sender", "default_popup": "popup.html" }, "permissions": [ "storage", "cookies", "https:\/\/wasender.com\/", "alarms" ], "host_permissions": [ "https:\/\/wasender.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\/*" ] } ] }