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",
"name": "Ali Invoice - Download Aliexpress Invoice ",
"description": "Get AliExpress invoice from order details,download images .Extract your AliExpress order details as a printable PDF file",
"author": "Hunt",
"version": "4.0",
"manifest_version": 3,
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"action": {
"default_title": "AliInvoice",
"default_icon": "icon.png",
"default_popup": "popup.html",
"scripts": "popup.js"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"contentScript.js"
],
"matches": [
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.aliexpress.ru\/*",
"*:\/\/*.aliexpress.us\/*",
"*:\/\/*.alibaba.com\/*"
]
}
],
"host_permissions": [
"*:\/\/*.alicdn.com\/*",
"*:\/\/cloud.video.taobao.com\/*",
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.aliexpress.ru\/*"
],
"optional_permissions": [
"contextMenus"
],
"web_accessible_resources": [
{
"resources": [
"*.png",
"\/*.html"
],
"matches": [
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.aliexpress.ru\/*",
"*:\/\/*.aliexpress.us\/*"
]
}
],
"permissions": [
"storage",
"tabs",
"unlimitedStorage"
],
"optional_host_permissions": [
"*:\/\/*.aliexpress.us\/*"
]
}