Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "23.2.5",
"manifest_version": 3,
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzaP51\/uMy53AAOiT8Ub1aiiRWMsjsrLp\/mrb2GbZzVY+LIYIRUxjlIKV3Px4oVcwiArMJ20uSe\/oX63IsZ1OKbat7NOX6+Xemf+O09LikynNT895J3dInjR2lddK0iJMaDBO6pm+W9UVmtMK3ek+KYeRBMK9+wYxxTMVR6ReoxDMZf+rDfDLU6Nk6CJa7xcM2Obj57hIFCYofuCbQV7+plCtHA+PKFFp4IoFQaWVM7dpXSTmhQkFv+gHwz3Z2iiGOTqIBSEjw\/cHafj1lcYWIFJIeZQeA8pbo9dJGoN\/7msgXnkqAmqNkDllFCqkMttWJX8N6D46Q4rG71n\/FM\/PLwIDAQAB",
"homepage_url": "https:\/\/wasbb.com\/wa-incognito",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"action": {
"default_popup": "info.html",
"default_icon": "icons\/48.png"
},
"background": {
"service_worker": "web\/logic\/js\/service.f711525c.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"js": [
"web\/logic\/js\/cddwer.f711525c.js"
],
"run_at": "document_end",
"all_frames": false
},
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"js": [
"web\/logic\/js\/lib_outjj.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"font\/*",
"icons\/*",
"pictures\/*",
"web\/*"
],
"matches": [
"https:\/\/web.whatsapp.com\/*"
]
}
],
"host_permissions": [
"*:\/\/*.whatsapp.com\/*",
"*:\/\/*.wasbb.com\/*"
],
"permissions": [
"storage",
"unlimitedStorage"
]
}