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": "T\u1ef1 \u0111\u1ed9ng t\u1ea3i \u1ea3nh tr\u00ean lazada",
"version": "2.4",
"description": "T\u1ef1 \u0111\u1ed9ng t\u1ea3i \u1ea3nh s\u1ea3n ph\u1ea9m b\u1ea5t k\u1ef3 tr\u00ean lazada ch\u1ec9 v\u1edbi 1 click chu\u1ed9t",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"author": "Ho\u00e0ng D\u0169ng",
"action": {
"default_icon": {
"16": "icon.png",
"24": "icon.png",
"32": "icon.png"
},
"default_title": "T\u1ef1 \u0111\u1ed9ng t\u1ea3i \u1ea3nh tr\u00ean lazada",
"default_popup": "popup\/popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.lazada.vn\/*",
"*:\/\/www.lazada.vn\/*"
],
"css": [
"popup\/css\/style.css"
],
"js": [
"popup\/js\/jquery.js",
"popup\/js\/content.js"
]
}
],
"permissions": [
"downloads"
]
}