FreeShopper

Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!

Τι είναι το FreeShopper;

Το FreeShopper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον fluentcodevs, και η κύρια λειτουργία του είναι "Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!".

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

screenshot
screenshot

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

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

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

                        We automatically find FREE products as you shop for them online. YOU visit stores on the web and search for your product. WE search to see if it's available for FREE elsewhere and send you an alert!                    

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

Όνομα FreeShopper FreeShopper
ID njpfbmajlfbhhnhhdipbhcchelcakcil
Επίσημο URL https://chrome.google.com/webstore/detail/freeshopper/njpfbmajlfbhhnhhdipbhcchelcakcil
Περιγραφή Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!
Μέγεθος Αρχείου 89.82 KB
Αριθμός Εγκαταστάσεων 17
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2017-06-15
Ημερομηνία Δημοσίευσης 2017-06-14
Αξιολόγηση 2.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής fluentcodevs
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.samplesandsavings.com
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FreeShopper",
    "description": "Welcome to FreeShopper, where you\u2019ll find a collection of the best deals on some of your favorite products and services!",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "FreeShopper"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-3.0.0.js",
                "handler.js",
                "relevancy.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "notifications",
        "tabs",
        "activeTab",
        "webNavigation",
        "storage",
        "management",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "icon.png",
        "rewards.json"
    ]
}