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": "Zalo Hidden Chat Recover",
"version": "1.0.0",
"description": "Auto-generate and search sequential numbers in Zalo Web conversations",
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"https:\/\/chat.zalo.me\/*",
"https:\/\/otp24h.best\/*"
],
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.zalo.me\/*"
],
"js": [
"content-script.js"
],
"run_at": "document_idle"
}
]
}