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.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Coupons for Chinese Shops Coupons for Chinese Shops
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"
    }
}