Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_icon": "icon128.png",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+A",
"mac": "Alt+A"
}
},
"click_sort_by_review_count": {
"description": "Click Sort by Reviews",
"suggested_key": {
"default": "Alt+S",
"mac": "Alt+S"
}
}
},
"content_scripts": [
{
"css": [
"content.css",
"lib\/tippy.css"
],
"js": [
"lib\/popper.min.js",
"lib\/tippy-bundle.umd.min.js",
"content.js"
],
"matches": [
"*:\/\/*.amazon.ae\/*",
"*:\/\/*.amazon.at\/*",
"*:\/\/*.amazon.ca\/*",
"*:\/\/*.amazon.cn\/*",
"*:\/\/*.amazon.co.jp\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.com.au\/*",
"*:\/\/*.amazon.com.br\/*",
"*:\/\/*.amazon.com.mx\/*",
"*:\/\/*.amazon.com.sa\/*",
"*:\/\/*.amazon.com.sg\/*",
"*:\/\/*.amazon.com.tr\/*",
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.dk\/*",
"*:\/\/*.amazon.es\/*",
"*:\/\/*.amazon.fr\/*",
"*:\/\/*.amazon.it\/*",
"*:\/\/*.amazon.nl\/*",
"*:\/\/*.amazon.no\/*",
"*:\/\/*.amazon.se\/*",
"*:\/\/*.amazon.sg\/*",
"*:\/\/*.amazon.sa\/*",
"*:\/\/*.amazon.eg\/*",
"*:\/\/*.amazon.cz\/*",
"*:\/\/*.amazon.eu\/*",
"*:\/\/*.amazon.in\/*",
"*:\/\/*.amazon.com.be\/*",
"*:\/\/*.amazon.pl\/*",
"*:\/\/*.amazon.co.za\/*"
],
"run_at": "document_end"
}
],
"description": "Sort Amazon products by review count to discover popular items quickly.",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 3,
"name": "Amazon Review Sorter - Find Best Products",
"permissions": [
"activeTab",
"contextMenus"
],
"version": "1.0.2"
}