Coupons for Chinese Shops

Automatically searching for coupons for items on BangGood and GearBest sites.

Cos'è Coupons for Chinese Shops?

Coupons for Chinese Shops è un'estensione di Chrome sviluppata da Jakub 'unknow' Mrugalski, e la sua funzione principale è "Automatically searching for coupons for items on BangGood and GearBest sites.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Coupons for Chinese Shops

Scarica i file di estensione Coupons for Chinese Shops in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Coupons for Chinese Shops Coupons for Chinese Shops
ID nnfomhlhhddnhpfnhdgpngfobdoahkfl
URL Ufficiale https://chrome.google.com/webstore/detail/coupons-for-chinese-shops/nnfomhlhhddnhpfnhdgpngfobdoahkfl
Descrizione Automatically searching for coupons for items on BangGood and GearBest sites.
Dimensione del File 19.95 KB
Conteggio Installazioni 129
Versione Corrente 0.0.1
Ultimo Aggiornamento 2019-08-21
Data di Pubblicazione 2019-08-21
Valutazione 3.67/5 Totale 6 Valutazioni
Sviluppatore Jakub 'unknow' Mrugalski
Tipo di Pagamento free
Lingue Supportate 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"
    }
}