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",
"manifest_version": 3,
"name": "Lazada Downloader - Save Lazada images with one click",
"description": "Download lazada product images in one click.",
"version": "1.1.0",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"permissions": [
"storage",
"downloads",
"scripting"
],
"host_permissions": [
"*:\/\/*.lazada.co.id\/*",
"*:\/\/*.lazada.co.th\/*",
"*:\/\/*.lazada.com.my\/*",
"*:\/\/*.lazada.com.ph\/*",
"*:\/\/*.lazada.sg\/*",
"*:\/\/*.lazada.vn\/*",
"*:\/\/*.echobot.dev\/*"
],
"web_accessible_resources": [
{
"resources": [
"subscription.html"
],
"matches": [
"*:\/\/*.lazada.co.id\/*",
"*:\/\/*.lazada.co.th\/*",
"*:\/\/*.lazada.com.my\/*",
"*:\/\/*.lazada.com.ph\/*",
"*:\/\/*.lazada.sg\/*",
"*:\/\/*.lazada.vn\/*"
]
},
{
"resources": [
"content-scripts\/ui.css"
],
"matches": [
"*:\/\/*.lazada.co.id\/*",
"*:\/\/*.lazada.co.th\/*",
"*:\/\/*.lazada.com.my\/*",
"*:\/\/*.lazada.com.ph\/*",
"*:\/\/*.lazada.sg\/*",
"*:\/\/*.lazada.vn\/*"
]
}
],
"background": {
"type": "module",
"service_worker": "background.js"
},
"action": {
"default_title": "Lazada Downloader - Save Lazada images with one click",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/lazadadownloader.echobot.dev\/auth_redirect*"
],
"all_frames": false,
"run_at": "document_end",
"js": [
"content-scripts\/auth.js"
]
},
{
"matches": [
"https:\/\/echobot.dev\/lazadadownloader\/checkout*"
],
"all_frames": false,
"run_at": "document_end",
"js": [
"content-scripts\/payCallback.js"
]
},
{
"matches": [
"*:\/\/*.lazada.co.id\/products\/*",
"*:\/\/*.lazada.co.th\/products\/*",
"*:\/\/*.lazada.com.my\/products\/*",
"*:\/\/*.lazada.com.ph\/products\/*",
"*:\/\/*.lazada.sg\/products\/*",
"*:\/\/*.lazada.vn\/products\/*"
],
"all_frames": false,
"run_at": "document_end",
"js": [
"content-scripts\/ui.js"
]
}
]
}