FreeShopper
Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!
ما هو FreeShopper؟
FreeShopper هو إضافة Chrome تم تطويرها بواسطة fluentcodevs، والميزة الرئيسية لها هي "Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FreeShopper
قم بتنزيل ملفات الامتداد FreeShopper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
We automatically find FREE products as you shop for them online. YOU visit stores on the web and search for your product. WE search to see if it's available for FREE elsewhere and send you an alert!
معلومات أساسية عن التمديد
الاسم | |
ID | njpfbmajlfbhhnhhdipbhcchelcakcil |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/freeshopper/njpfbmajlfbhhnhhdipbhcchelcakcil |
الوصف | Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services! |
حجم الملف | 89.82 KB |
عدد التثبيتات | 17 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-06-15 |
تاريخ النشر | 2017-06-14 |
تقييم | 2.67/5 مجموع تقييمات 3 |
المطور | fluentcodevs |
نوع الدفع | free |
موقع الإضافة | http://www.samplesandsavings.com |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FreeShopper", "description": "Welcome to FreeShopper, where you\u2019ll find a collection of the best deals on some of your favorite products and services!", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_title": "FreeShopper" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-3.0.0.js", "handler.js", "relevancy.js" ], "run_at": "document_idle" } ], "permissions": [ "notifications", "tabs", "activeTab", "webNavigation", "storage", "management", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "icon.png", "rewards.json" ] } |