Popularity Sort for eBay™

A chrome extension that sorts the eBay™ search results by popularity (number of times sold).

What is Popularity Sort for eBay™?

Popularity Sort for eBay™ is a Chrome extension developed by Elad Nava, and its main feature is "A chrome extension that sorts the eBay™ search results by popularity (number of times sold).".

Extension Screenshots

screenshot

Download Popularity Sort for eBay™ Extension CRX File

Download Popularity Sort for eBay™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Auto activates when you search all eBay websites globally. A built-in toggle makes it possible enabling/disabling the extension.                    

Extension Basic Information

Name Popularity Sort for eBay™ Popularity Sort for eBay™
ID gikmaepdichkplhdildclnphgpiaiibf
Official URL https://chromewebstore.google.com/detail/popularity-sort-for-ebay/gikmaepdichkplhdildclnphgpiaiibf
Description A chrome extension that sorts the eBay™ search results by popularity (number of times sold).
File Size 226 KB
Installation Count 43,006
Current Version 1.0.8
Last Updated 2023-06-26
Publish Date 2019-10-06
Rating 3.71/5 Total 69 Ratings
Developer Elad Nava
Email [email protected]
Payment Type free
Extension Website https://github.com/eladnava/ebay-popularity-sort
Help Page URL https://github.com/eladnava/ebay-popularity-sort/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Popularity Sort for eBay\u2122",
    "description": "A chrome extension that sorts the eBay\u2122 search results by popularity (number of times sold).",
    "manifest_version": 2,
    "version": "1.0.8",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "assets\/img\/icon48.png",
        "default_popup": "assets\/views\/browser-action.html",
        "default_title": "eBay\u2122 Popularity Sort"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/jquery.js",
                "assets\/js\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}