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": "DS Amazon Quick View",
"description": "",
"version": "3.3.35",
"icons": {
"19": "img\/on38.png",
"38": "img\/on38.png",
"128": "img\/icon128.png"
},
"action": {
"default_icon": {
"19": "img\/on38.png",
"24": "img\/on38.png",
"32": "img\/on38.png"
},
"default_popup": "html\/popup.html"
},
"background": {
"service_worker": "sw_background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.co.uk\/*"
],
"js": [
"\/lib\/jquery-3.6.0.min.js",
"\/js\/content-script-0.js"
],
"css": [
"\/css\/style.css"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.co.uk\/*"
],
"js": [
"\/js\/content-script-1.js"
],
"all_frames": true,
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"\/img\/*",
"\/css\/style.css"
],
"matches": [
"*:\/\/www.amazon.com\/*"
]
}
],
"content_security_policy": [],
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.co.uk\/*"
]
}