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",
"description": "GRABLEY - Product Search Tools (Amazon, eBay, others...)",
"version": "2.4.6",
"manifest_version": 3,
"name": "__MSG_appName__",
"default_locale": "en",
"options_page": "options.html",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "img\/icon-48.png"
},
"web_accessible_resources": [
{
"resources": [
"img\/*.png",
"img\/*.svg",
"img\/*.gif"
],
"matches": [
"<all_urls>"
],
"extension_ids": []
}
],
"icons": {
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.ca\/*",
"*:\/\/*.amazon.com.mx\/*",
"*:\/\/*.amazon.it\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.fr\/*",
"*:\/\/*.amazon.es\/*",
"*:\/\/*.amazon.com.au\/*",
"*:\/\/*.amazon.com.br\/*",
"*:\/\/*.amazon.nl\/*",
"*:\/\/*.amazon.co.jp\/*",
"*:\/\/*.amazon.in\/*",
"*:\/\/*.amazon.sg\/*",
"*:\/\/*.amazon.ae\/*",
"*:\/\/*.amazon.com.tr\/*",
"*:\/\/*.amazon.sa\/*",
"*:\/\/*.amazon.com.be\/*",
"*:\/\/*.amazon.eg\/*",
"*:\/\/*.amazon.co.za\/*",
"*:\/\/*.amazon.se\/*",
"*:\/\/*.amazon.pl\/*",
"*:\/\/*.ebay.com\/*",
"*:\/\/*.ebay.co.uk\/*",
"*:\/\/*.ebay.ca\/*",
"*:\/\/*.ebay.it\/*",
"*:\/\/*.ebay.de\/*",
"*:\/\/*.ebay.fr\/*",
"*:\/\/*.ebay.es\/*",
"*:\/\/*.ebay.com.au\/*",
"*:\/\/*.ebay.pl\/*",
"*:\/\/*.ebay.at\/*",
"*:\/\/*.ebay.be\/*",
"*:\/\/*.ebay.ie\/*",
"*:\/\/*.ebay.nl\/*",
"*:\/\/*.ebay.ch\/*",
"*:\/\/*.walmart.com\/*",
"*:\/\/totalelement.com\/*",
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.aliexpress.us\/*",
"*:\/\/*.grabley.net\/*"
],
"css": [
"contentScript.css"
],
"js": [
"contentScript.bundle.js"
]
}
],
"permissions": [
"storage",
"tabs",
"contextMenus"
]
}