The WishWiz
Filter for free products on the marketplace wish.com
¿Qué es The WishWiz?
The WishWiz es una extensión de Chrome desarrollada por https://burli.biz, y su función principal es "Filter for free products on the marketplace wish.com".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión The WishWiz
Descarga archivos de extensión The WishWiz 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
Filter for free products on the marketplace wish.com. Cheap products are awesome. But what's even better than cheap products? Free products. That's why we decided to make The WishWiz, a Chrome extension that filters and displays all free products on the marketplace Wish.
Información Básica de la Extensión
Nombre | |
ID | lkijfedegilaikaacnoblhekmlegpeln |
URL Oficial | https://chromewebstore.google.com/detail/the-wishwiz/lkijfedegilaikaacnoblhekmlegpeln |
Descripción | Filter for free products on the marketplace wish.com |
Tamaño del Archivo | 784 KB |
Cantidad de Instalaciones | 14 |
Versión Actual | 1.1.0 |
Última Actualización | 2019-10-15 |
Fecha de Publicación | 2019-10-14 |
Calificación | 3.50/5 Total de 2 Calificaciones |
Desarrollador | https://burli.biz |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/burliEnterprises/wishwiz |
URL de la Página de Ayuda | https://github.com/burliEnterprises/wishwiz |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The WishWiz", "version": "1.1.0", "author": "Burli & Moon36", "manifest_version": 2, "description": "Filter for free products on the marketplace wish.com", "homepage_url": "https:\/\/burli.biz\/wishwiz", "icons": { "16": "src\/icons\/icon16.png", "48": "src\/icons\/icon48.png", "128": "src\/icons\/icon128.png" }, "background": { "scripts": [ "src\/js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.wish.com\/*", "https:\/\/wish.com\/*" ], "js": [ "src\/js\/jquery.min.js", "src\/js\/content.js" ], "css": [ "src\/css\/style.css" ] } ], "web_accessible_resources": [ "src\/popup.html", "src\/popup-right-notice.html", "src\/popup-right-notice-new-tab.html", "src\/load-more-products.html", "src\/js\/*", "src\/icons\/*", "src\/css\/*" ], "options_page": "src\/options.html", "browser_action": { "default_icon": "src\/icons\/icon19-transp.png", "default_title": "The WishWiz", "default_popup": "src\/index.html" }, "permissions": [ "storage", "declartiveContent", "activeTab", " |