Analysis updated 2026-06-24
Filter the Liandong Xiaopu product list by name, category, or shop without making extra network calls
Pull a configurable number of pages from /merchantApi/MyParent/searchGoodsList and sort the result locally
Connect an unlinked source product to your shop directly from the filter panel
Side-load the extension in Edge developer mode to avoid using Tampermonkey or user-script managers
| wowjokerh/edge-ldxp-filter | exportanything/comfyui-ltx-director-motion-brush | geanofeefoundry/geanos-jump-n-run-editor | |
|---|---|---|---|
| Stars | 17 | 17 | 17 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | general | vibe coder | general |
Figures from each repo's GitHub metadata at analysis time.
Side-load via edge://extensions in developer mode, and you must be logged in to ldxp.cn first so the extension can read the auth token.
This is a small browser extension for Microsoft Edge that adds a product-filtering tool to a Chinese drop-shipping platform called Liandong Xiaopu, accessed at ldxp.cn or pay.ldxp.cn. The README, written in Chinese, says the extension is meant for shop owners on that platform who want to filter the list of available source products more flexibly than the original site allows. The author emphasizes that the extension is fully local and does not depend on Tampermonkey or similar user-script managers. When you visit a page on the platform, the extension detects the site and shows a small draggable bubble in the top-right corner of the browser window. Clicking the bubble opens a panel. The panel has a Pull button that calls the platform's own /merchantApi/MyParent/searchGoodsList endpoint to fetch product data for the page count you have configured, then lets you sort, paginate, and filter what came back without making new network requests. You can also stop a pull in progress, or filter only the data already loaded. Filters work on product name, category name, and shop name, and are not case sensitive. The panel can be resized using a striped handle in its bottom-right corner, moved by its title bar, minimized back to the floating bubble, or closed. Page size can be set to 5, 10, 15, 20, 25, or 30 rows, with a default of 10. The result table shows fields that match the real API response, including product name, category, shop nickname, stock count, connection status, listing status, and both retail and cost prices. For products that are not yet linked to your shop, the table provides a Connect button that reuses the site's own /merchantApi/MyParent/connectGoods endpoint to wire them up. Already connected products show a View link that jumps to the connected product page returned by the platform. The extension reads the platform's auth-token from local storage to authorize its requests, so you must be logged in to the site first. Installation follows the standard Edge developer-mode pattern: open edge://extensions, turn on developer mode, click Load Unpacked, and pick the edge-ldxp-filter folder. The README also includes a Bilibili demo link, a thank-you note from the author, and a list of functions in content.js that should be edited if the upstream API fields ever change.
Microsoft Edge browser extension that adds a draggable filter panel to the Chinese drop-shipping platform Liandong Xiaopu (ldxp.cn) for sorting and connecting source products.
Mainly JavaScript. The stack also includes JavaScript, Edge Extension, HTML.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.