View Filter For Etsy
A filter for Etsy listings.
什麼是View Filter For Etsy?
View Filter For Etsy是由Visumex開發的Chrome擴展程式,該擴展的主要功能是“A filter for Etsy listings.”。
擴展截圖
下載View Filter For Etsy擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | poknbofjcolobgfjfjmlieedhkpfdalh |
官方網址 | 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" ] } |