Hide eBay Items and Sellers

Hide items and sellers you don't like from appearing in eBay search and category results.

Hide eBay Items and Sellersคืออะไร?

Hide eBay Items and Sellers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย John Manning และคุณลักษณะหลักของมันคือ "Hide items and sellers you don't like from appearing in eBay search and category results."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide eBay Items and Sellers

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

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

                        Note: If you need to hide hundreds or thousands of eBay items at a time then you might want to use the other version of this extension which has unlimited storage: https://chrome.google.com/webstore/detail/cafpjjadolgglniagieialmimphjlfna
Keep in mind that the unlimited version will not sync the stored data across your chrome browsers like this one does.

This extension allows you to permanently hide items from appearing in your search results and while browsing the categories on eBay. Simply click the button on the right side of an item and it will remain hidden until you unhide it from the extension popup. You can also hide all items from a specific seller by clicking the button in the "seller information" box on the item page.

Why is this extension helpful? Well currently you can't hide individual items on eBay. You can exclude all items from specific sellers using the filter options but this is not persistent, so you either have to re-enter the filter options every time you start searching eBay or use a saved search. This extension makes it simple and easy by allowing you to hide individual items or all items from a specific seller at the click of a button.

FAQ

- Why is the extension icon in the menu bar is greyed out?
You need to be on eBay to access the extension.

- How do I unhide an item or seller?
1. Click on the extension icon to open the popup.
2. Find the item or seller you want to unhide.
3. Click the "x" button to remove it from the list.
4. Refresh the page.

- I have hidden an item but can still see it in the "Recently Viewed Items" section on eBay?
The extension will only hide the items from search results and eBay category results.

- How do I know what the actual items are that I've hidden?
1. Click on the extension icon to open the popup.
2. Click on the "Items" tab.
3. Click on an item number and this will take you to the item's page on eBay so you can see the item information.                    

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

ชื่อ Hide eBay Items and Sellers Hide eBay Items and Sellers
ID oaihjfifleeodajknhocogepkoomgecm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hide-ebay-items-and-selle/oaihjfifleeodajknhocogepkoomgecm
คำอธิบาย Hide items and sellers you don't like from appearing in eBay search and category results.
ขนาดไฟล์ 84.29 KB
จำนวนการติดตั้ง 783
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2021-07-26
วันที่เผยแพร่ 2020-05-31
คะแนน 4.58/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา John Manning
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hide eBay Items and Sellers",
    "version": "1.0.3",
    "description": "Hide items and sellers you don't like from appearing in eBay search and category results.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "page_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                "https:\/\/*.ebay.com\/*",
                "https:\/\/*.ebay.com.au\/*",
                "https:\/\/*.ebay.at\/*",
                "https:\/\/*.ebay.be\/*",
                "https:\/\/*.ebay.ca\/*",
                "https:\/\/*.ebay.fr\/*",
                "https:\/\/*.ebay.de\/*",
                "https:\/\/*.ebay.com.hk\/*",
                "https:\/\/*.ebay.ie\/*",
                "https:\/\/*.ebay.it\/*",
                "https:\/\/*.ebay.com.my\/*",
                "https:\/\/*.ebay.nl\/*",
                "https:\/\/*.ebay.ph\/*",
                "https:\/\/*.ebay.pl\/*",
                "https:\/\/*.ebay.com.sg\/*",
                "https:\/\/*.ebay.es\/*",
                "https:\/\/*.ebay.ch\/*",
                "https:\/\/*.ebay.co.uk\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "icon48.png"
    ],
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.ebay.com\/*",
        "https:\/\/*.ebay.com.au\/*",
        "https:\/\/*.ebay.at\/*",
        "https:\/\/*.ebay.be\/*",
        "https:\/\/*.ebay.ca\/*",
        "https:\/\/*.ebay.fr\/*",
        "https:\/\/*.ebay.de\/*",
        "https:\/\/*.ebay.com.hk\/*",
        "https:\/\/*.ebay.ie\/*",
        "https:\/\/*.ebay.it\/*",
        "https:\/\/*.ebay.com.my\/*",
        "https:\/\/*.ebay.nl\/*",
        "https:\/\/*.ebay.ph\/*",
        "https:\/\/*.ebay.pl\/*",
        "https:\/\/*.ebay.com.sg\/*",
        "https:\/\/*.ebay.es\/*",
        "https:\/\/*.ebay.ch\/*",
        "https:\/\/*.ebay.co.uk\/*"
    ]
}