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": "Easy Amazon Downloader - Grab Videos & Images in HD",
"description": "One-click to download Amazon HD videos and multiple-quality images (JPG\/PNG)",
"version": "1.0.0",
"manifest_version": 3,
"background": {
"service_worker": "sw.js"
},
"permissions": [
"activeTab",
"storage",
"unlimitedStorage",
"scripting",
"downloads"
],
"host_permissions": [
"https:\/\/pandahi.cc\/*"
],
"action": {
"default_title": "Easy Amazon Downloader - Grab Videos & Images in HD",
"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"
}
}