Discount Code Finder
Automatically find discount codes for the sites you're visiting!
ما هو Discount Code Finder؟
Discount Code Finder هو إضافة Chrome تم تطويرها بواسطة http://www.voucherhit.co.uk، والميزة الرئيسية لها هي "Automatically find discount codes for the sites you're visiting!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Discount Code Finder
قم بتنزيل ملفات الامتداد Discount Code Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Visit the stores you love and find great discount codes and deals automatically from Chrome!
معلومات أساسية عن التمديد
الاسم | |
ID | gphhbidkollbkiflljmlgkdafceahjcp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/discount-code-finder/gphhbidkollbkiflljmlgkdafceahjcp |
الوصف | Automatically find discount codes for the sites you're visiting! |
حجم الملف | 45.31 KB |
عدد التثبيتات | 181 |
النسخة الحالية | 1.1 |
آخر تحديث | 2017-01-13 |
تاريخ النشر | 2017-01-13 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | http://www.voucherhit.co.uk |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.voucherhit.co.uk |
عنوان صفحة سياسة الخصوصية | http://www.discountcodehunter.co.uk/privacy.php |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Discount Code Finder", "description": "Automatically find discount codes for the sites you're visiting!", "version": "1.1", "offline_enabled": true, "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_idle", "all_frames": false } ], "page_action": { "default_title": "DealFeed", "default_popup": "popup.html" } } |