WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Amazon sort by number of reviews

Amazon sort by number of reviews

View on Chrome Web Store
View Amazon sort by number of reviews Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Easily find the most reviewed popular products and sort Amazon search results by number of reviews with one click
Type
Extension
Users
4 users
1
Website bizbrz.com
6537773
View author page of 6537773
Published
Published on June 5, 2025
Version 1.0.1
Manifest version
3
Updated
Updated on June 5, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Amazon sort by number of reviews Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "version": "1.0.1",
    "description": "__MSG_app_description__",
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.in\/*",
        "*:\/\/*.amazon.com.au\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/s*",
                "*:\/\/*.amazon.co.uk\/s*",
                "*:\/\/*.amazon.ca\/s*",
                "*:\/\/*.amazon.de\/s*",
                "*:\/\/*.amazon.fr\/s*",
                "*:\/\/*.amazon.it\/s*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.co.jp\/s*",
                "*:\/\/*.amazon.in\/s*",
                "*:\/\/*.amazon.com.au\/s*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "\u4e9a\u9a6c\u900a\u6309\u8bc4\u8bba\u6570\u6392\u5e8f",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "zh_CN",
    "background": {
        "service_worker": "background.js"
    },
    "author": "sort-down",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top