Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 21, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zalo Smart - T\u00ecm ki\u1ebfm kh\u00e1ch h\u00e0ng & x\u00e2y d\u1ef1ng c\u1ed9ng \u0111\u1ed3ng", "short_name": "Zalo Smart", "action": { "default_popup": "index.html", "default_title": "Zalo Smart" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "description": "C\u00f4ng c\u1ee5 t\u1ef1 \u0111\u1ed9ng h\u00f3a g\u1eedi tin nh\u1eafn, k\u1ebft b\u1ea1n, x\u00e2y d\u1ef1ng c\u1ed9ng \u0111\u1ed3ng v\u00e0 t\u00ecm ki\u1ebfm kh\u00e1ch h\u00e0ng t\u1ef1 \u0111\u1ed9ng tr\u00ean Zalo.", "icons": { "16": "media\/zalo-smart.png", "48": "media\/zalo-smart.png", "128": "media\/zalo-smart.png" }, "background": { "service_worker": "backend\/background.js" }, "content_scripts": [ { "js": [ "frontend\/main.js" ], "matches": [ "*:\/\/*.zalo.me\/*" ], "run_at": "document_end" }, { "js": [ "frontend\/define-variables.js" ], "matches": [ "*:\/\/*.zalo.me\/*" ], "run_at": "document_end", "world": "MAIN" } ], "web_accessible_resources": [ { "resources": [ "frontend\/locales\/*.json" ], "matches": [ "*:\/\/*.zalo.me\/*" ] } ], "host_permissions": [ "*:\/\/*.zalo.me\/*", "*:\/\/*.lienlau.com\/*" ], "manifest_version": 3, "permissions": [ "alarms", "activeTab", "debugger", "tabs", "notifications", "scripting", "cookies", "storage", "unlimitedStorage" ], "version": "2.0.5" }