Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extensionName__", "version": "3.3.1", "description": "__MSG_extensionDescription__", "host_permissions": [ "https:\/\/web.whatsapp.com\/*", "https:\/\/api.hubapi.com\/*" ], "permissions": [ "alarms", "storage", "tabs" ], "background": { "service_worker": "background.iife.js", "type": "module" }, "action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "content\/index.js" ], "css": [ "content.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/*.wawcd.com\/*" ], "js": [ "content\/wawcd.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "*.js", "*.css", "*.svg", "icon-128.png", "icon-34.png", "content-ui\/index.iife.js", "content-ui\/styles.css" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] }, { "resources": [ "*.js" ], "matches": [ "https:\/\/*.wawcd.com\/*" ] } ] }