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.254",
"background": {
"service_worker": "dist\/background.js",
"type": "module"
},
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage",
"tabs",
"identity",
"identity.email",
"scripting"
],
"optional_permissions": [
"notifications"
],
"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",
"css\/toastify.css"
],
"js": [
"dist\/content.js",
"js\/external-libraries\/sweetalert2.js",
"js\/external-libraries\/sheetjs.js",
"js\/external-libraries\/flat-picker.js",
"js\/external-libraries\/toastify.js"
],
"run_at": "document_idle"
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgfLHEF5\/0fZ3H6wrswYhwKS8FhB+B4f6eGYZHYQcdvy3ztmrRgXn8wQM4BTF4VNdI+RE0QyufVwxNvw9qeMTuCG8vbS2GszYgV\/R9fpF3tvU7TVWiSfPkDmd\/U4uqQ8DcXYZtsMAYdjC049AeHslU6HW8tP0u3fkMgr6ZExx6V5dOUlRuLGLkenRhmWZnV\/A+4EfxtoyJoRmuMzEsyakSOgfs9V71rfmiY0SmtV\/wTXrlyRqLUCdibcUNlGP0RPWlvr6fnT3Q6NMVH3ln119kmzf3+E6aIp76NckeAqJ3RLAJWVLPyIurhnf24xfmEdBvYnhuWJ2omb0F\/+KIy\/UowIDAQAB",
"web_accessible_resources": [
{
"resources": [
"images\/*",
"languages\/*",
"icons\/*",
"html\/*",
"external-files\/*",
"assets\/*",
"dist\/feedbot.js"
],
"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": "926176575915-6fkp5ceotkuhoigd6q5nukii2djh9pkn.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.profile",
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
}
}