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.0.4", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5sDX6uX8uANdI\/iNpMXG3Pnlw0TGXLJQEKfPhdDoBZBggRUEk4GJIcjcJCNIoOOHT50413xn90wPhxlQIwus3X4rszRVhU8OA6HCfkXeHX6zl7RSJ0l234kY0lsSL8vb\/g6P0lEiorraocrxkg3flGpIy2+IL4Wx29MqY4XF0ERQmC2MT7QaOSz6TFoaarOtccq3HXuRIR\/VB1ndYNAULYGaNRn06r6E3IU30P5+9tPqNrOFbNp\/2pDlquctGQK78hviZqBJE87TnL60NLAyLIy4nI4Q7RkVXgh8CwoJi0Ebmxh0U8pZn\/gnSRR\/wxe6tYGn8rjTFoDC8hRo8ihi3wIDAQAB", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/lmmlaghfgbniipdinkafinkgnobbjdcn", "manifest_version": 3, "oauth2": { "client_id": "65389613451-54jsfjmt7j9i8uilmnpiohijcb8aau0k.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ], "web_client_id": "65389613451-t3o19hrv077mjqi9h911i1cb2r9m3pn1.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" } }