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", "version": "1.1.3", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "storage", "identity", "scripting", "unlimitedStorage" ], "host_permissions": [ "*:\/\/wabulkmessagesender.net\/*", "*:\/\/*.whatsapp.com\/*" ], "background": { "service_worker": "service-worker.js" }, "action": { "default_popup": "popup.html", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.whatsapp.com\/*" ], "js": [ "contentScript.js" ], "css": [ "style.css", "libs\/fontawesome-6.2.0\/css\/all.min.css" ], "run_at": "document_end", "all_frames": false } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApyVxwBKzitCHcd5U\/YE0jGlb6KtDa25XeUHkilTHUSMe2MYbr3esszrPS1tjfM152zz5DQbignzfV\/pvVh+f95h9\/dYYvUQtzOzMQ5FGUGix9ussSeDbpQeIm3gHVjBKloohxPt\/tevsvmlTzfITL3IflSv5KjP8XFs1JzyjIDcSBcsQOzo4YmXfWzXUMBWg4k5jd4o2mvYx1si011nTh4npFmx9y4y\/duEMwG7TkOcXycdXtMO\/tXZbhq5C6OZ2eMMLiLyPkWq5vBjNKwkb68LsMQELKyDv0xRZsvd\/YA1P2BcVYdr110bqUOtN9yrHkPDtSIyNWrnZ0f6+eyp2RwIDAQAB", "oauth2": { "client_id": "880974983500-1enar4tn675fpjtbdan21i9u9h42rl9b.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "web_accessible_resources": [ { "resources": [ "assets\/*", "libs\/*", "injected.js" ], "matches": [ "<all_urls>" ] } ] }