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": "WhatsChatEnhancer", "description": "Enhance messaging with WhatsChatEnhancer. Offers features for privacy, personalization, and security for a better chat experience.", "version": "1.0.7", "manifest_version": 3, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_title": "WhatsChatEnhancer", "default_icon": "icon.png" }, "side_panel": { "default_path": "sidepanel.html" }, "permissions": [ "storage", "activeTab", "scripting", "sidePanel" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "content-script.js" ], "css": [ "content-script.css" ] } ], "host_permissions": [ "https:\/\/web.whatsapp.com\/*", "https:\/\/*.openai.com\/" ], "web_accessible_resources": [ { "resources": [ "wppconnectWa.js", "waEventsBridge.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ] }