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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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", " |