Coupons for Chinese Shops

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

Vad är Coupons for Chinese Shops?

Coupons for Chinese Shops är en Chrome-tillägg utvecklad av Jakub 'unknow' Mrugalski, och dess huvudfunktion är "Automatically searching for coupons for items on BangGood and GearBest sites.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Coupons for Chinese Shops-förlängningens CRX-fil

Ladda ner Coupons for Chinese Shops-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Coupons for Chinese Shops Coupons for Chinese Shops
ID nnfomhlhhddnhpfnhdgpngfobdoahkfl
Officiell webbadress https://chrome.google.com/webstore/detail/coupons-for-chinese-shops/nnfomhlhhddnhpfnhdgpngfobdoahkfl
Beskrivning Automatically searching for coupons for items on BangGood and GearBest sites.
Filstorlek 19.95 KB
Antal Installationer 129
Aktuell Version 0.0.1
Senast Uppdaterad 2019-08-21
Publiceringsdatum 2019-08-21
Betyg 3.67/5 Totalt 6 Betyg
Utvecklare Jakub 'unknow' Mrugalski
Betalningssätt free
Stödda Språk 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"
    }
}