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": "Premium Sender", "description": "Send Customized messages, Image, Video and documents. Download group and label contacts. Send message without saving contacts.", "version": "1.0.72", "manifest_version": 3, "background": { "service_worker": "background.min.js" }, "host_permissions": [ "https:\/\/web.whatsapp.com\/*", "https:\/\/premiumsender.in\/*", "http:\/\/ip-api.com\/*" ], "permissions": [ "tabs", "storage", "scripting", "activeTab", "unlimitedStorage", "management" ], "content_scripts": [ { "js": [ "content.min.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "run_at": "document_start" }, { "js": [ "page.min.js", "lib.min.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "run_at": "document_start", "world": "MAIN" } ], "externally_connectable": { "matches": [ "https:\/\/web.whatsapp.com\/*" ] }, "action": { "default_icon": { "16": "images\/16x16.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "default_title": "Premium Sender", "default_popup": "popup.html" }, "icons": { "16": "images\/16x16.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "content_security_policy": { "connect-src": "https:\/\/premiumsender.in\/" } }