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": "AliPacket | Aliexpress ePacket identificator",
"short_name": "Aliexpress ePacket & SF eParcel finder.",
"version": "1.0.8",
"description": "This offers to find easily aliexpress products with ePacket Finder or SF eParcel Finder",
"permissions": [
"storage",
"*:\/\/*.aliexpress.ru\/*",
"*:\/\/*.aliexpress.com\/*"
],
"browser_action": {
"default_icon": "images\/icon128.png",
"default_popup": "popup.html"
},
"icons": {
"16": "images\/icon16.png",
"24": "images\/icon24.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.aliexpress.ru\/*"
],
"js": [
"lib\/jquery-3.2.1.min.js",
"js\/domTask.js"
],
"run_at": "document_end"
}
],
"manifest_version": 2
}