View Filter For Etsy

A filter for Etsy listings.

View Filter For Etsyคืออะไร?

View Filter For Etsy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Visumex และคุณลักษณะหลักของมันคือ "A filter for Etsy listings."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย View Filter For Etsy

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

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

                        Take control of which product listings you see on the Etsy website with this web browser extension! Filter out the listings that you consider to be irrelevant or inappropriate. Find listings that you are interested in much more quickly, and save yourself some time and aggravation.

View Filter For Etsy is a web browser extension that allows you to filter the product listings shown to you on the Etsy website. Listings that would normally be shown to you on any page of the website are put through a filter and only those that make it through the filter are displayed. This allows you to filter out listings that you would find inappropriate or just not relevant to your needs. It is also a great tool for finding specific listings out of the many that are shown in search results or favourites.                    

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

ชื่อ View Filter For Etsy View Filter For Etsy
ID poknbofjcolobgfjfjmlieedhkpfdalh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/view-filter-for-etsy/poknbofjcolobgfjfjmlieedhkpfdalh
คำอธิบาย A filter for Etsy listings.
ขนาดไฟล์ 95.12 KB
จำนวนการติดตั้ง 80
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2021-05-13
วันที่เผยแพร่ 2021-03-11
ผู้พัฒนา Visumex
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.visumex.com/
URL หน้าช่วยเหลือ https://www.visumex.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.visumex.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View Filter For Etsy",
    "version": "1.0.3",
    "description": "A filter for Etsy listings.",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "96": "vffe_icon96.png"
    },
    "browser_action": {
        "default_title": "View Filter For Etsy",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.visumex.com\/*",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.etsy.com\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "common.js",
                "contentscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "forpopup.html"
    ]
}