PowerSearcher for eBay

Remove eBay sponsored items and more search features.

PowerSearcher for eBayคืออะไร?

PowerSearcher for eBay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sigma-solutions.fr และคุณลักษณะหลักของมันคือ "Remove eBay sponsored items and more search features."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PowerSearcher for eBay

ดาวน์โหลดไฟล์ส่วนขยาย PowerSearcher for eBay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This free web browser extension adds valuable information and features directly to your eBay search page, improving your browsing experience.

When searching for items on eBay, PowerSearcher introduces additional filtering and enhancement options.

PowerSearcher can filter the following from your search results:

- Auction items with no bids
- Items sold by sellers with no feedback or low ratings
- Excessive delivery shipping fees
- Block sponsored or promoted listings (sponsored ads are also removed from item content and category pages)
- Custom blacklist of items
- Custom blacklist of sellers
- Custom blacklist of items locations
- Items with reserve prices not met (resource-intensive)
- Stock or duplicated images (quick heuristic, errs on the side of caution)
- Custom keywords based on settings list (case insensitive, doesn't split on space, and uses item description if available)

PowerSearcher can display or remove the following additional information:

- Price, including shipping cost
- Item description as provided by seller (resource-intensive)
- Smaller items: slightly shortens margins and thumbnail max height to display more items per screen
- View seller profile: direct link to the seller's profile page
- Infinite scrolling: loads next search pages up front for a continuous browsing experience (resource-intensive)
- Grab extra space: allocates more space for item content display (works with or without adblocker)
- Persistence of left panel collapse state (configurable in the main configuration panel)
- Remove seldom used left filter panels (configuration accessible in main configuration panel)
- Average price calculation based on displayed items
- Remove emojies from title
- memorize search location preference

Use configuration dialog panel 'display' in order to configure on screen behavior.

* Note: some features may be disabled depending on whether you are logged in, searching through sold items, or using a specific eBay site.

* Note : the extension only works in 'list' mode, not in 'gallery' mode.

* Note: look the website for options details.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PowerSearcher for eBay PowerSearcher for eBay
ID aabicmgphpbabkeppdjpehgodjpoephc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/powersearcher-for-ebay/aabicmgphpbabkeppdjpehgodjpoephc
คำอธิบาย Remove eBay sponsored items and more search features.
ขนาดไฟล์ 472 KB
จำนวนการติดตั้ง 1,319
เวอร์ชันปัจจุบัน 4.5.4
อัปเดตครั้งล่าสุด 2023-11-25
วันที่เผยแพร่ 2021-10-06
คะแนน 4.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://sigma-solutions.fr
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sigma-solutions.fr/powersearcher
URL หน้าช่วยเหลือ https://sigma-solutions.fr/powersearcher
URL หน้านโยบายความเป็นส่วนตัว https://sigma-solutions.fr/extension_user_privacy.html
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PowerSearcher for eBay",
    "description": "Remove eBay sponsored items and more search features.",
    "manifest_version": 3,
    "default_locale": "en",
    "version": "4.5.4",
    "homepage_url": "https:\/\/sigma-solutions.fr\/powersearcher",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "128": "app-128.png"
    },
    "action": {
        "default_icon": "app-128.png",
        "default_popup": "popup.html?fromToolbar=1",
        "default_title": "PowerSearcher for eBay"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "app-128.png",
                "app-48.png",
                "asset.json",
                "background.js",
                "mongomix.png",
                "options.html",
                "popup.html",
                "popup.js",
                "powersearcher.png",
                "powersniper.png",
                "responder_script.js",
                "seller-protect.png"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ebay.com\/*",
                "https:\/\/*.ebay.fr\/*",
                "https:\/\/*.ebay.co.uk\/*",
                "https:\/\/*.ebay.ie\/*",
                "https:\/\/*.ebay.ca\/*",
                "https:\/\/*.ebay.com.au\/*",
                "https:\/\/*.ebay.nl\/*",
                "https:\/\/*.benl.ebay.be\/*",
                "https:\/\/*.befr.ebay.be\/*",
                "https:\/\/*.ebay.de\/*",
                "https:\/\/*.ebay.ch\/*",
                "https:\/\/*.ebay.at\/*",
                "https:\/\/*.ebay.es\/*",
                "https:\/\/*.ebay.it\/*"
            ],
            "js": [
                "responder_script.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*.ebaydesc.com\/*",
        "https:\/\/sigma-solutions.fr\/powersearcher\/version.json"
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ]
}