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": "Prime Sender Advance - Free Message Sender",
"description": "Send personalized messages with images, videos & docs. Export group\/label contacts & send without saving numbers",
"version": "3.1.39",
"manifest_version": 3,
"background": {
"service_worker": "service-background.js"
},
"host_permissions": [
"https:\/\/web.whatsapp.com\/*",
"https:\/\/metjetsac.com\/*",
"http:\/\/ip-api.com\/*"
],
"permissions": [
"tabs",
"storage",
"scripting",
"activeTab",
"unlimitedStorage"
],
"content_scripts": [
{
"js": [
"content\/contentido-min.js"
],
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"run_at": "document_start"
},
{
"js": [
"jquery\/pagination.min.js",
"jquery\/libreria.min.js"
],
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"run_at": "document_start",
"world": "MAIN"
}
],
"externally_connectable": {
"matches": [
"https:\/\/web.whatsapp.com\/*"
]
},
"action": {
"default_icon": {
"16": "images\/16x16.png",
"48": "images\/48x48.png",
"128": "images\/128x128.png"
},
"default_title": "Prime Adavnce - Free Message Sender",
"default_popup": "popup.html"
},
"icons": {
"16": "images\/16x16.png",
"48": "images\/48x48.png",
"128": "images\/128x128.png"
},
"content_security_policy": {
"connect-src": "https:\/\/metjetsac.com\/"
}
}