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 19, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Muhammad Wasib Murtaza", "version": "5.4", "description": "Easily send messages to multiple users at once, streamlining communication and saving you time.", "permissions": [ "storage", "scripting", "activeTab", "tabs" ], "host_permissions": [ "https:\/\/business.facebook.com\/*" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/business.facebook.com\/*" ], "js": [ "content.js", "scrolling.js" ] } ], "web_accessible_resources": [ { "resources": [ "images\/*", "sounds\/*" ], "matches": [ "https:\/\/business.facebook.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self';" }, "minimum_chrome_version": "88" }