View Filter For Etsy
A filter for Etsy listings.
¿Qué es View Filter For Etsy?
View Filter For Etsy es una extensión de Chrome desarrollada por Visumex, y su función principal es "A filter for Etsy listings.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión View Filter For Etsy
Descarga archivos de extensión View Filter For Etsy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | poknbofjcolobgfjfjmlieedhkpfdalh |
URL Oficial | https://chrome.google.com/webstore/detail/view-filter-for-etsy/poknbofjcolobgfjfjmlieedhkpfdalh |
Descripción | A filter for Etsy listings. |
Tamaño del Archivo | 95.12 KB |
Cantidad de Instalaciones | 80 |
Versión Actual | 1.0.3 |
Última Actualización | 2021-05-13 |
Fecha de Publicación | 2021-03-11 |
Desarrollador | Visumex |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | https://www.visumex.com/ |
URL de la Página de Ayuda | https://www.visumex.com/ |
URL de la Página de Política de Privacidad | https://www.visumex.com/privacy-policy |
Idiomas Soportados | 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" ] } |