Voucher Genius Extension
This extension shows the Voucher Genius Extension
ما هو Voucher Genius Extension؟
Voucher Genius Extension هو إضافة Chrome تم تطويرها بواسطة Voucher Genius، والميزة الرئيسية لها هي "This extension shows the Voucher Genius Extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Voucher Genius Extension
قم بتنزيل ملفات الامتداد Voucher Genius Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Voucher Genius finds the best vouchers, promotion codes and discounts when you are browsing so you can apply them and Save Money Every Day. Once installed, our icon will be displayed in the top right bar. When you are shopping online and vouchers are found for the specific website or product, our icon changes color from blue to orange and will display. on top of the icon, the number of vouchers found. Visit us at: http://vouchergenius.com
معلومات أساسية عن التمديد
الاسم | Voucher Genius Extension |
ID | dloibnjehigboffjikiaogichnlchedi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/voucher-genius-extension/dloibnjehigboffjikiaogichnlchedi |
الوصف | This extension shows the Voucher Genius Extension |
حجم الملف | 211 KB |
عدد التثبيتات | 94 |
النسخة الحالية | 1.0.19 |
آخر تحديث | 2018-11-12 |
تاريخ النشر | 2018-11-12 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Voucher Genius |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | http://vouchergenius.com/privacy-policy/ |
عنوان صفحة سياسة الخصوصية | http://vouchergenius.com/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Voucher Genius Extension", "description": "This extension shows the Voucher Genius Extension", "version": "1.0.19", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click for Vouchers!" }, "background": { "scripts": [ "assets\/scripts\/background.js", "assets\/scripts\/getvouchers.js", "assets\/scripts\/switchdivs.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "assets\/js\/jquery-3.2.1.min.js", "assets\/js\/content.js", "assets\/js\/bootstrap.min.js", "assets\/js\/fontawesome.js" ], "css": [ "assets\/css\/vgstyles.css", "assets\/css\/vg-toaster-styles.css", "assets\/css\/3rd.css", "assets\/css\/fontawesome.min.css" ] } ], "permissions": [ "activeTab", "tabs", "clipboardWrite", "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/www.vouchergenius.com\/*", "http:\/\/vouchergenius.com\/*", "http:\/\/vgbackend.vouchergenius.com\/vgbe\/*" ], "web_accessible_resources": [ "Voucher-Genius8.png", "cut.png", "asas.png", "toaster.js", "toaster.html" ] } |