Ebay Price Range Hider
This page will hide all products that are listed with a price range: $$ to $$
¿Qué es Ebay Price Range Hider?
Ebay Price Range Hider es una extensión de Chrome desarrollada por ropeney, y su función principal es "This page will hide all products that are listed with a price range: $$ to $$".
Descargar Archivo CRX de la Extensión Ebay Price Range Hider
Descarga archivos de extensión Ebay Price Range Hider 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
Hide the items that have price ranges on them from your EBay feed list.
Información Básica de la Extensión
Nombre | |
ID | nokajihphgnfpjmanbbnbimdcbnbmoac |
URL Oficial | https://chrome.google.com/webstore/detail/ebay-price-range-hider/nokajihphgnfpjmanbbnbimdcbnbmoac |
Descripción | This page will hide all products that are listed with a price range: $$ to $$ |
Tamaño del Archivo | 34.06 KB |
Cantidad de Instalaciones | 32 |
Versión Actual | 1.0 |
Última Actualización | 2018-05-11 |
Fecha de Publicación | 2018-05-11 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | ropeney |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ebay Price Range Hider", "description": "This page will hide all products that are listed with a price range: $$ to $$", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.ebay.com\/*", "https:\/\/*.ebay.com.au\/*", "https:\/\/*.ebay.at\/*", "https:\/\/*.ebay.be\/*", "https:\/\/*.ebay.ca\/*", "https:\/\/*.ebay.cn\/*", "https:\/\/*.ebay.cz\/*", "https:\/\/*.ebay.dk\/*", "https:\/\/*.ebay.fi\/*", "https:\/\/*.ebay.fr\/*", "https:\/\/*.ebay.de\/*", "https:\/\/*.ebay.gr\/*", "https:\/\/*.ebay.hk\/*", "https:\/\/*.ebay.hu\/*", "https:\/\/*.ebay.in\/*", "https:\/\/*.ebay.ie\/*", "https:\/\/*.ebay.it\/*", "https:\/\/*.ebay.co.kr\/*", "https:\/\/*.ebay.my\/*", "https:\/\/*.ebay.com.mx\/*", "https:\/\/*.ebay.nl\/*", "https:\/\/*.ebay.no\/*", "https:\/\/*.ebay.ph\/*", "https:\/\/*.ebay.pl\/*", "https:\/\/*.ebay.pt\/*", "https:\/\/*.ebay.ru\/*", "https:\/\/*.ebay.es\/*", "https:\/\/*.ebay.ch\/*", "https:\/\/*.ebay.vn\/*", "https:\/\/*.ebay.com.sg\/*", "https:\/\/*.ebay.com.tw\/*", "https:\/\/*.ebay.co.th\/*", "https:\/\/*.ebay.co.uk\/*" ], "js": [ "jquery.min.js", "hide.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ] } |