The WishWiz
Filter for free products on the marketplace wish.com
Τι είναι το The WishWiz;
Το The WishWiz είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://burli.biz, και η κύρια λειτουργία του είναι "Filter for free products on the marketplace wish.com".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης The WishWiz
Λήψη αρχείων επέκτασης The WishWiz σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | lkijfedegilaikaacnoblhekmlegpeln |
Επίσημο URL | https://chromewebstore.google.com/detail/the-wishwiz/lkijfedegilaikaacnoblhekmlegpeln |
Περιγραφή | Filter for free products on the marketplace wish.com |
Μέγεθος Αρχείου | 784 KB |
Αριθμός Εγκαταστάσεων | 14 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2019-10-15 |
Ημερομηνία Δημοσίευσης | 2019-10-14 |
Αξιολόγηση | 3.50/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://burli.biz |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/burliEnterprises/wishwiz |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/burliEnterprises/wishwiz |
Υποστηριζόμενες Γλώσσες | 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", " |