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": "AliStore-download image & video of alibaba",
"description": "One-click download of images and videos from product pages on Alibaba.com, as well as downloading store product images and videos.",
"version": "1.0.4",
"manifest_version": 3,
"background": {
"service_worker": "service_worker.js"
},
"permissions": [
"activeTab",
"storage",
"unlimitedStorage",
"scripting"
],
"host_permissions": [
"https:\/\/pandahi.cc\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.alibaba.com\/*"
],
"css": [
"styles\/cs.css"
],
"run_at": "document_start"
}
],
"action": {
"default_title": "AliStore-download image & video of alibaba",
"default_popup": "popup.html",
"default_icon": {
"16": "\/icons\/16.png",
"32": "\/icons\/32.png",
"128": "\/icons\/128.png"
}
},
"icons": {
"16": "\/icons\/16.png",
"32": "\/icons\/32.png",
"128": "\/icons\/128.png"
}
}