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", "manifest_version": 3, "name": "FeedBot: WhatsApp Bulk Messaging", "description": "Ultimate tool for bulk messaging,reminders and contact export", "version": "1.0.125", "background": { "service_worker": "dist\/background.js", "type": "module" }, "host_permissions": [ "<all_urls>" ], "permissions": [ "storage", "tabs", "identity", "identity.email" ], "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "css": [ "css\/content.css", "css\/contactsmodal.css", "css\/groupsmodal.css", "css\/cellframe.css", "css\/bar-frame.css", "css\/bulksendmodal.css", "css\/sweetalert2.css", "css\/sweetalert-animate.css", "css\/mode-modal.css", "css\/popup.css", "css\/remindersmodal.css", "css\/variables.css", "css\/custom-buttons.css", "css\/emoji.css", "css\/chatbot.css", "css\/flat-picker.css" ], "js": [ "dist\/content.js", "js\/external-libraries\/sweetalert2.js", "js\/external-libraries\/sheetjs.js", "js\/external-libraries\/flat-picker.js" ] } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgfLHEF5\/0fZ3H6wrswYhwKS8FhB+B4f6eGYZHYQcdvy3ztmrRgXn8wQM4BTF4VNdI+RE0QyufVwxNvw9qeMTuCG8vbS2GszYgV\/R9fpF3tvU7TVWiSfPkDmd\/U4uqQ8DcXYZtsMAYdjC049AeHslU6HW8tP0u3fkMgr6ZExx6V5dOUlRuLGLkenRhmWZnV\/A+4EfxtoyJoRmuMzEsyakSOgfs9V71rfmiY0SmtV\/wTXrlyRqLUCdibcUNlGP0RPWlvr6fnT3Q6NMVH3ln119kmzf3+E6aIp76NckeAqJ3RLAJWVLPyIurhnf24xfmEdBvYnhuWJ2omb0F\/+KIy\/UowIDAQAB", "web_accessible_resources": [ { "resources": [ "images\/*", "languages\/*", "icons\/*", "html\/*", "external-files\/*" ], "matches": [ "<all_urls>" ] } ], "icons": { "16": "images\/feedbot-icon.png", "48": "images\/feedbot-icon.png", "128": "images\/feedbot-icon.png" }, "action": { "default_popup": "html\/popup.html" }, "oauth2": { "client_id": "214277394795-fl7sigje24mb8e5jfp7dag93gm1ie1qq.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.profile", "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] } }