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": 2,
"name": "Downloader for Lazada",
"short_name": "Downloader for Lazada",
"version": "1.0.6",
"description": "Save images from the Lazada website in one click.",
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"96": "icons\/icon-96.png",
"128": "icons\/icon-128.png"
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"permissions": [
"storage",
"downloads",
"*:\/\/*.lazada.co.id\/products*",
"*:\/\/*.lazada.co.th\/products*",
"*:\/\/*.lazada.com.my\/products*",
"*:\/\/*.lazada.com.ph\/products*",
"*:\/\/*.lazada.sg\/products*",
"*:\/\/*.lazada.vh\/products*",
"*:\/\/*.lazada.vn\/products*",
"*:\/\/*.slatic.net\/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_popup": "index.html?route=popup"
},
"content_scripts": [
{
"run_at": "document_idle",
"matches": [
"*:\/\/*.lazada.co.id\/products*",
"*:\/\/*.lazada.co.th\/products*",
"*:\/\/*.lazada.com.my\/products*",
"*:\/\/*.lazada.com.ph\/products*",
"*:\/\/*.lazada.sg\/products*",
"*:\/\/*.lazada.vh\/products*",
"*:\/\/*.lazada.vn\/products*"
],
"css": [
"script.css"
],
"js": [
"script.js"
]
},
{
"run_at": "document_idle",
"matches": [
"https:\/\/downloader-for-lazada.mxnpro.ovh\/*"
],
"js": [
"checkout.js"
]
}
],
"web_accessible_resources": [
"script.css"
]
}