Coupons for Chinese Shops
Automatically searching for coupons for items on BangGood and GearBest sites.
Coupons for Chinese Shopsとは何ですか?
Coupons for Chinese ShopsはJakub 'unknow' Mrugalskiによって開発されたChromeの拡張機能で、その主な機能は「Automatically searching for coupons for items on BangGood and GearBest sites.」です。
拡張機能のスクリーンショット
Coupons for Chinese Shops拡張機能のCRXファイルをダウンロード
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" } } |