WebExtension.net
Toggle dark mode
WebExtension.net

Sales Sort for eBay™ Advanced Search

View on Chrome Web Store
View Sales Sort for eBay™ Advanced Search Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (7 ratings)
1 new ratings
30 views
This extension has been viewed 30 times

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

An eBay™ Chrome extension that sorts search results by number of items sold.
Type
Extension
Users
4,000 users
Wuhenlove
View author page of Wuhenlove
Published
Published on August 8, 2022
Version 1.1.0
Manifest version
3
Updated
Updated on January 23, 2025
lifestyle/household
Extension Category
View on Chrome Web Store
View Sales Sort for eBay™ Advanced Search 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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.0",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/findniche.com",
    "permissions": [
        "storage",
        "tabs"
    ],
    "default_locale": "en",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon16.png",
        "128": "assets\/img\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "assets\/js\/content.js"
            ],
            "css": [],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "assets\/js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "assets\/img\/icon16.png",
        "default_popup": "assets\/views\/browser-action.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/img\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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