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": "__MSG_EXTENSION_NAME__",
"short_name": "__MSG_EXTENSION_SHORT_NAME__",
"version": "3.0.8",
"homepage_url": "https:\/\/alihelper.net",
"description": "__MSG_EXTENSION_DESCRIPTION__",
"default_locale": "en",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "AliHelper",
"default_icon": "16.png",
"default_popup": "popup.html"
},
"options_page": "settings.html",
"content_scripts": [
{
"matches": [
"*:\/\/*.alihelper.net\/*"
],
"js": [
"js\/jquery.js",
"site_button.js"
]
},
{
"run_at": "document_end",
"matches": [
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.aliexpress.ru\/*",
"*:\/\/*.aliexpress.us\/*",
"*:\/\/*.tmall.ru\/*"
],
"css": [
"css\/icomoon.css",
"css\/_fonts.min.css",
"css\/_alihelper-app.css"
],
"js": [
"alihelper-app.js"
]
}
],
"permissions": [
"gcm",
"notifications",
"cookies",
"storage",
"tabs",
"webNavigation"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"images\/*",
"fonts\/*",
"16.png",
"48.png",
"128.png"
],
"matches": [
"http:\/\/*.aliexpress.com\/*",
"http:\/\/*.aliexpress.ru\/*",
"http:\/\/*.aliexpress.us\/*",
"https:\/\/*.aliexpress.com\/*",
"https:\/\/*.aliexpress.ru\/*",
"https:\/\/*.aliexpress.us\/*"
]
}
]
}