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": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.1.6", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA00rXZP1SRq+EgIpsGIW\/jdhNBt05oKqi4qXGOsqpNIlTaLv8Somtgl9mCVPqaNNmcVIQbxRPAnYmpfgVgz+RSX+yMa+xgxFr29h19fEeZZLtE136om14wVUXAU5yqaZn\/EDDBWZ4BaslizBLvbiIXLIflBSLER88Dob1VG7AZ1+gn6JflzyqA64PgQTw9R3J8PK3nPkieeVHdHQLO0VOTsobAuUMkSgQSGk9ZPiLsreP1hdzknEUU9Snh5RL\/m2zuQcaE00JHgWjwzRL4d+syvG8hKhKfXb07ZWf\/Bafagv9lmDiviBh9CZHvORmr3tN2DxDBHYTOghjr3HyCjTG+wIDAQAB", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/ebailpogeaopkmcdlmhhhmebfhibohln", "manifest_version": 3, "oauth2": { "client_id": "941389403633-on7mip46kshn2a6alkuprmrmcl3njqlt.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ], "web_client_id": "941389403633-s1i1ujqtrprg79mlpd5lgv8mrja3gtpl.apps.googleusercontent.com" }, "background": { "service_worker": "service-worker.js" }, "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "permissions": [ "tabs", "storage", "identity" ], "host_permissions": [ "https:\/\/*.whatsapp.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.whatsapp.com\/*" ], "js": [ "js\/jquery-3.6.3.min.js", "Content.js" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ { "resources": [ "images\/*", "js\/wa.js", "ijsource.js" ], "matches": [ "https:\/\/*.whatsapp.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_popup": "popup.html" } }