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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } } |