eBay Search Item Excluder

Click an item link to exclude it from Search.

eBay Search Item Excluderคืออะไร?

eBay Search Item Excluder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kimpurcel และคุณลักษณะหลักของมันคือ "Click an item link to exclude it from Search."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย eBay Search Item Excluder

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

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

                        I like shopping on eBay, but whenever I set up a Search, I hate seeing items I'm not interested in again and again.  

This extension helps me exclude items I've seen before. It turns the "Item number" and "Seller names" into clickable links. When I click on the link, it'll be added to the Search exclusion list so I don't have to see them again the next time.

Instructions:
1. Customize the Search View to show the "Item number" and "Seller information" details. 
2. Click on the Item number or Seller name to exclude them.

To include the item again, just hit your browser's Back button.                    

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

ชื่อ eBay Search Item Excluder eBay Search Item Excluder
ID keecndpbjnaipnhaominanhpggnldfol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ebay-search-item-excluder/keecndpbjnaipnhaominanhpggnldfol
คำอธิบาย Click an item link to exclude it from Search.
ขนาดไฟล์ 58.23 KB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 1.02
อัปเดตครั้งล่าสุด 2019-09-21
วันที่เผยแพร่ 2019-09-21
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา kimpurcel
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://app.termly.io/document/privacy-policy/f618941e-1d7d-4afc-881f-783fc8435be5
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "eBay Search Item Excluder",
    "description": "Click an item link to exclude it from Search.",
    "version": "1.02",
    "icons": {
        "16": "Ebay-logo-16.png",
        "25": "Ebay-logo-25.png",
        "48": "Ebay-logo-48.png",
        "128": "Ebay-128.png"
    },
    "browser_action": {
        "default_icon": "Ebay-128.png",
        "default_title": "eBay Search Item Excluder"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ebay.com\/sch\/*i.html*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "main.js"
            ]
        }
    ],
    "permissions": []
}