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", "manifest_version": 3, "name": "WattSender", "version": "2.0.18", "homepage_url": "https:\/\/what-sender.com", "icons": { "16": "assets\/icons\/16s.png", "32": "assets\/icons\/32s.png", "48": "assets\/icons\/48s.png", "128": "assets\/icons\/128.png" }, "default_locale": "en", "description": "__MSG_Desc__", "permissions": [ "identity", "identity.email", "clipboardWrite", "clipboardRead", "tabs", "storage", "notifications", "unlimitedStorage", "activeTab", "system.display" ], "host_permissions": [ "https:\/\/what-sender.com\/", "https:\/\/web.whatsapp.com\/", "<all_urls>" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "content.css", "assets\/sa\/sweetalert2.css" ], "matches": [ "*:\/\/web.whatsapp.com\/*" ], "js": [ "jquery.js", "content.js", "assets\/sa\/sweetalert2.js" ], "run_at": "document_end" } ], "action": { "default_popup": "index.html" }, "web_accessible_resources": [ { "resources": [ "\/images\/box.jpg", "inject.js", "countryCodes.json", "\/assets\/*" ], "matches": [ "<all_urls>" ] } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn+0675Aww\/Ef3HpY4cw\/u29IaKVpz54pSHF9Wy8Kg8RQz5XcnpuvrW+\/2mlxOVaRIBbYyDQwm7vva4vIyKnqWB5apHAMtoIDjJc2uFCmFG7CVl9SWA8L9b6d0ynNAi3F8dWxXoG+jedTeke8TmkldMZJdZ7il+7a5sJGZfRmnbXltShZDLdT2ZjgCmaiQcsTdhSlhtWyuq+Ir3h+erXhF6LluCMjJhESntFk+mQ6Pz5L8cFjO6x7j\/cZ5FePzK8KbTu5lK6EudV33AmgufNaFIrNqyOHG1hslHPLNVfpCBNaMUc6SPPrJ8XoOU+lclZ3up3KsgvhRd3rZPA2pXqH8wIDAQAB", "oauth2": { "client_id": "319739725858-eatjsbhs9g48hn9f9mp34687nnk2uiv0.apps.googleusercontent.com", "scopes": [ "openid", "profile", "email" ] } }