Coupons for Chinese Shops
Automatically searching for coupons for items on BangGood and GearBest sites.
ما هو Coupons for Chinese Shops؟
Coupons for Chinese Shops هو إضافة Chrome تم تطويرها بواسطة Jakub 'unknow' Mrugalski، والميزة الرئيسية لها هي "Automatically searching for coupons for items on BangGood and GearBest sites.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Coupons for Chinese Shops
قم بتنزيل ملفات الامتداد Coupons for Chinese Shops بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension searches COUPONS for GearBest and BangGood shops. It tracks which item are you viewing and display codes for them - no additional action is required. Sometimes, extension display multiple coupons (like 3-4) and you have to check which one is still working.
معلومات أساسية عن التمديد
الاسم | |
ID | nnfomhlhhddnhpfnhdgpngfobdoahkfl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/coupons-for-chinese-shops/nnfomhlhhddnhpfnhdgpngfobdoahkfl |
الوصف | Automatically searching for coupons for items on BangGood and GearBest sites. |
حجم الملف | 19.95 KB |
عدد التثبيتات | 129 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2019-08-21 |
تاريخ النشر | 2019-08-21 |
تقييم | 3.67/5 مجموع تقييمات 6 |
المطور | Jakub 'unknow' Mrugalski |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coupons for Chinese Shops", "version": "0.0.1", "manifest_version": 2, "author": "Jakub 'unknow' Mrugalski", "description": "Automatically searching for coupons for items on BangGood and GearBest sites.", "content_scripts": [ { "matches": [ "*:\/\/www.gearbest.com\/*", "*:\/\/pl.gearbest.com\/*", "*:\/\/www.banggood.com\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "chiny.png" } } |