View Filter For Etsy

A filter for Etsy listings.

View Filter For Etsy là gì?

View Filter For Etsy là một tiện ích mở rộng Chrome được phát triển bởi Visumex, và tính năng chính của nó là "A filter for Etsy listings.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng View Filter For Etsy

Tải xuống các tệp mở rộng View Filter For Etsy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên View Filter For Etsy View Filter For Etsy
ID poknbofjcolobgfjfjmlieedhkpfdalh
URL Chính Thức https://chrome.google.com/webstore/detail/view-filter-for-etsy/poknbofjcolobgfjfjmlieedhkpfdalh
Mô tả A filter for Etsy listings.
Kích Thước Tệp 95.12 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2021-05-13
Ngày Phát Hành 2021-03-11
Nhà Phát Triển Visumex
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.visumex.com/
URL Trang Trợ Giúp https://www.visumex.com/
URL Trang Chính Sách Bảo Mật https://www.visumex.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}