Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"homepage_url": "https:\/\/www.amzbase.com",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "AMZBase - Free Amazon Product Research Tool",
"description": "AMZBase is a free tool for assisting you in your search to find products to sell on Amazon.",
"version": "1.1.3",
"version_name": "v1.1.3",
"author": "AMZBase Team",
"action": {
"default_icon": {
"128": "images\/logo.png"
},
"default_title": "AMZBase"
},
"icons": {
"128": "images\/logo.png"
},
"host_permissions": [
"https:\/\/*.amazon.com\/*",
"https:\/\/*.amazon.ca\/*",
"https:\/\/*.amazon.mx\/*",
"https:\/\/*.amazon.co.uk\/*",
"https:\/\/*.amazon.de\/*",
"https:\/\/*.amazon.fr\/*",
"https:\/\/*.amazon.it\/*",
"https:\/\/*.amazon.es\/*",
"https:\/\/*.amazon.nl\/*",
"https:\/\/*.amazon.se\/*",
"https:\/\/*.amazon.co.jp\/*",
"https:\/\/*.amazon.in\/*"
],
"background": {
"service_worker": "scripts\/background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.amazon.com\/*",
"https:\/\/*.amazon.ca\/*",
"https:\/\/*.amazon.mx\/*",
"https:\/\/*.amazon.co.uk\/*",
"https:\/\/*.amazon.de\/*",
"https:\/\/*.amazon.fr\/*",
"https:\/\/*.amazon.it\/*",
"https:\/\/*.amazon.es\/*",
"https:\/\/*.amazon.nl\/*",
"https:\/\/*.amazon.se\/*",
"https:\/\/*.amazon.co.jp\/*",
"https:\/\/*.amazon.in\/*"
],
"js": [
"scripts\/jquery-3.2.1.min.js",
"main.js"
],
"css": [
"style.css"
],
"run_at": "document_end",
"all_frames": true
}
]
}