Get Free eBay Gift Cards
Get Free eBay Gift Cards
ما هو Get Free eBay Gift Cards؟
Get Free eBay Gift Cards هو إضافة Chrome تم تطويرها بواسطة BingPlugins، والميزة الرئيسية لها هي "Get Free eBay Gift Cards".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Get Free eBay Gift Cards
قم بتنزيل ملفات الامتداد Get Free eBay Gift Cards بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Get a new eBay gift card every 2 weeks ! All you need to do is just to add the extension and the gift cards will come. You will get a notification when the gift card is available. December 2019: We added a new feature that will update you every time you forgot to buy a product on eBay.
معلومات أساسية عن التمديد
الاسم | |
ID | ammnonildadjailoepcjkmnopkalmckl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/ammnonildadjailoepcjkmnopkalmckl |
الوصف | Get Free eBay Gift Cards |
حجم الملف | 26.31 KB |
عدد التثبيتات | 111 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2019-12-28 |
تاريخ النشر | 2019-12-28 |
تقييم | 2.86/5 مجموع تقييمات 7 |
المطور | BingPlugins |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | http://search.bing-plugins.com/privacy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*.google.com\/*", "https:\/\/*.bing.com\/*", "https:\/\/*.ebay.com\/*", "https:\/\/*.ebay.co.uk\/*", "https:\/\/*.ebay.ca\/*" ] } ], "name": "Get Free eBay Gift Cards", "description": "Get Free eBay Gift Cards", "version": "1.0.3", "permissions": [ "background", "tabs", "https:\/\/*.google.com\/*", "https:\/\/*.bing.com\/*", "https:\/\/*.ebay.com\/*", "https:\/\/*.ebay.co.uk\/*", "https:\/\/*.ebay.ca\/*" ], "browser_action": { "default_title": "Get Free eBay Gift Cards", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png" }, "web_accessible_resources": [ "script.js", "ecommerce.js" ], "manifest_version": 2 } |