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", "description": "Free Whatsapp blur and group chat contacts downloader with ease", "version": "1.0.6", "manifest_version": 3, "name": "WP Booster: Whatsapp blur and group chat contacts downloader", "author": "@pankzagrwal", "icons": { "16": "icons\/icon.png", "32": "icons\/icon.png", "48": "icons\/icon.png", "64": "icons\/icon.png", "128": "icons\/icon.png" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "permissions": [ "storage", "bookmarks" ], "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "icons\/*", "inject.js" ], "matches": [ "<all_urls>" ] } ] }