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 download t\u1ea3i \u1ea3nh video tr\u00ean shopee",
"version": "8.7",
"description": "Hukata save l\u00e0 addon T\u1ef1 \u0111\u1ed9ng download t\u1ea3i \u1ea3nh tr\u00ean shopee ch\u1ec9 v\u1edbi 2 c\u00fa nh\u1ea5p chu\u1ed9t",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"author": "Ho\u00e0ng D\u0169ng",
"action": {
"default_title": "Hukata save - T\u1ef1 \u0111\u1ed9ng download t\u1ea3i \u1ea3nh video tr\u00ean shopee",
"default_popup": "popup2.html"
},
"permissions": [
"downloads",
"activeTab"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/shopee.vn\/*"
],
"js": [
"popup.js",
"popup2.js",
"popup3.js",
"popup4.js",
"popup4.js",
"jquery.js",
"background.js"
],
"css": [
"style.css"
]
}
]
}