DealFinder by VoucherCodes
Automatically find and apply voucher codes when you shop online.
ما هو DealFinder by VoucherCodes؟
DealFinder by VoucherCodes هو إضافة Chrome تم تطويرها بواسطة https://vouchercodes.co.uk، والميزة الرئيسية لها هي "Automatically find and apply voucher codes when you shop online.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DealFinder by VoucherCodes
قم بتنزيل ملفات الامتداد DealFinder by VoucherCodes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Fed up of hunting for deals? Now you don’t have to! DealFinder by VoucherCodes makes saving money easy by finding the very best discount codes and rewards available for you when you shop online. Join over 8.9 million VoucherCodes members, who saved £68.8m in 2020, and get access to big discounts you won’t find anywhere else. VoucherCodes adds over 70,000 offers every month, so install DealFinder to make sure you never miss out on a saving again. Simply click on the DealFinder button during checkout and DealFinder will show you the best voucher codes to apply to your shopping basket. No more searching for promo codes, just sit back and let us do the hard work for you. ----------------------------------------------------------------- By using this add-on, you agree to the VoucherCodes Terms & Conditions available at: https://www.vouchercodes.co.uk/legal/terms-and-conditions VoucherCodes Privacy Notice is available at: https://www.vouchercodes.co.uk/legal/privacy-notice
معلومات أساسية عن التمديد
الاسم | DealFinder by VoucherCodes |
ID | jhgicjdnnonfaedodemjjinbgcoeiajo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dealfinder-by-vouchercode/jhgicjdnnonfaedodemjjinbgcoeiajo |
الوصف | Automatically find and apply voucher codes when you shop online. |
حجم الملف | 2.37 MB |
عدد التثبيتات | 153,632 |
النسخة الحالية | 1.45.0 |
آخر تحديث | 2024-01-22 |
تاريخ النشر | 2020-06-25 |
تقييم | 4.83/5 مجموع تقييمات 86 |
المطور | https://vouchercodes.co.uk |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.vouchercodes.co.uk/ |
عنوان صفحة المساعدة | https://support.vouchercodes.co.uk/ |
عنوان صفحة سياسة الخصوصية | https://www.vouchercodes.co.uk/legal/privacy-notice |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DealFinder by VoucherCodes", "short_name": "DealFinder", "description": "Automatically find and apply voucher codes when you shop online.", "version": "1.45.0", "manifest_version": 2, "homepage_url": "https:\/\/www.vouchercodes.co.uk\/dealfinder", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/icon-inactive_48.png", "default_title": "DealFinder by VoucherCodes" }, "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "background_chrome.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_globs": [ "*.png*", "*.svg*", "*.jpg*", "*.jpeg*", "*.gif*", "*.mp4*", "*.pdf*", "*.xml*" ], "js": [ "content_chrome.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "content.css", "images\/*" ], "minimum_chrome_version": "49.0.0", "version_name": "1.45.0" } |