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": "__MSG_appName__",
"short_name": "AliSave",
"version": "4.1.2",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "public\/icons\/icon-16.png",
"48": "public\/icons\/icon-48.png",
"96": "public\/icons\/icon-96.png",
"128": "public\/icons\/icon-128.png"
},
"content_security_policy": {
"extensions_pages": "script-src 'self'; object-src 'self'"
},
"permissions": [
"storage",
"downloads",
"activeTab",
"scripting",
"contextMenus"
],
"host_permissions": [
"*:\/\/*.alicdn.com\/*",
"*:\/\/*.aliexpress.us\/*",
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.aliexpress.ru\/*",
"*:\/\/*.aliexpress-media.com\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/js.stripe.com\/*"
],
"js": [
"lemonOverlay.js"
],
"all_frames": true
},
{
"matches": [
"https:\/\/account.alisave.app\/*"
],
"js": [
"account.js"
],
"all_frames": true
},
{
"matches": [
"*:\/\/*.aliexpress.us\/*",
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.aliexpress.ru\/*"
],
"js": [
"front-vendors.js",
"aliExpressMedias.js",
"contentButtons.js",
"contentApp.js",
"contentModal.js"
]
},
{
"matches": [
"*:\/\/*.alibaba.com\/*"
],
"js": [
"front-vendors.js",
"alibabaMedias.js",
"contentButtons.js",
"contentApp.js",
"contentModal.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"\/public\/*"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}