Discount Code Finder

Automatically find discount codes for the sites you're visiting!

Τι είναι το Discount Code Finder;

Το Discount Code Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.voucherhit.co.uk, και η κύρια λειτουργία του είναι "Automatically find discount codes for the sites you're visiting!".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Discount Code Finder

Λήψη αρχείων επέκτασης Discount Code Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Visit the stores you love and find great discount codes and deals automatically from Chrome!                    

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

Όνομα Discount Code Finder Discount Code Finder
ID gphhbidkollbkiflljmlgkdafceahjcp
Επίσημο URL https://chrome.google.com/webstore/detail/discount-code-finder/gphhbidkollbkiflljmlgkdafceahjcp
Περιγραφή Automatically find discount codes for the sites you're visiting!
Μέγεθος Αρχείου 45.31 KB
Αριθμός Εγκαταστάσεων 181
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2017-01-13
Ημερομηνία Δημοσίευσης 2017-01-13
Αξιολόγηση 4.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής http://www.voucherhit.co.uk
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.voucherhit.co.uk
URL της Σελίδας Πολιτικής Απορρήτου http://www.discountcodehunter.co.uk/privacy.php
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Discount Code Finder",
    "description": "Automatically find discount codes for the sites you're visiting!",
    "version": "1.1",
    "offline_enabled": true,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "page_action": {
        "default_title": "DealFeed",
        "default_popup": "popup.html"
    }
}