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": "Whatsapp Web Privacy Plus - Hide & Lock", "version": "2.0.5", "description": "Secure your Whatsapp Web. Enhance Privacy. The Privacy Extension For Whatsapp Web", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "jquery.min.js", "contentScript.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ "<all_urls>" ] } ], "action": { "default_icon": { "16": "assets\/icon.png", "24": "assets\/icon.png", "32": "assets\/icon.png" }, "default_title": "Whatsapp Web Privacy Plus - Hide & Lock", "default_popup": "popup.html" }, "manifest_version": 3 }