Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"manifest_version": 3,
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pro Sender - Free Bulk WhatsApp Sender",
"version": "1.1.8",
"default_locale": "en",
"description": "__MSG_Description__",
"icons": {
"16": "logo\/pro-small.png",
"48": "logo\/pro-medium.png",
"128": "logo\/pro-large.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/web.whatsapp.com\/*"
],
"js": [
"js\/library\/jquery.js",
"js\/library\/driver.js.iife.js",
"js\/prodata.js",
"js\/ga-code.js",
"js\/protsrt.js",
"js\/driver.js",
"js\/promsg.js",
"js\/procntt.js"
],
"css": [
"css\/driver.css",
"css\/procntt.css"
]
},
{
"matches": [
"*:\/\/pro-sender.kuldeepyadav.tech\/checkout\/success\/*"
],
"js": [
"js\/prowb.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"\/js\/proinjt.js",
"\/logo\/*"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "js\/probcg.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "Pro Sender - Free Bulk WhatsApp Sender"
},
"permissions": [
"bookmarks",
"storage",
"unlimitedStorage",
"tabs"
]
}