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": "WASender FREE Bulk Messaging Plugin", "version": "1.0.68", "manifest_version": 3, "host_permissions": [ "https:\/\/wasender.ai\/*" ], "permissions": [ "storage", "cookies", "https:\/\/wasender.ai\/" ], "icons": { "16": "assets\/icon\/wa16.png", "48": "assets\/icon\/wa48.png", "64": "assets\/icon\/wa64.png", "128": "assets\/icon\/wa128.png" }, "action": { "default_popup": "index.html" }, "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "fl.js", "assets\/icon\/whatsapp.png", "assets\/icon\/whatsapp.png", "assets", "index.html", "style.css", "libs\/xlsx\/xlsx.full.min.js" ], "matches": [ "*:\/\/web.whatsapp.com\/*" ] } ] }