FreeShopper

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

Cos'è FreeShopper?

FreeShopper è un'estensione di Chrome sviluppata da fluentcodevs, e la sua funzione principale è "Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione FreeShopper

Scarica i file di estensione FreeShopper 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

                        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!                    

Informazioni di Base sull'Estensione

Nome FreeShopper FreeShopper
ID njpfbmajlfbhhnhhdipbhcchelcakcil
URL Ufficiale https://chrome.google.com/webstore/detail/freeshopper/njpfbmajlfbhhnhhdipbhcchelcakcil
Descrizione Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!
Dimensione del File 89.82 KB
Conteggio Installazioni 17
Versione Corrente 1.0
Ultimo Aggiornamento 2017-06-15
Data di Pubblicazione 2017-06-14
Valutazione 2.67/5 Totale 3 Valutazioni
Sviluppatore fluentcodevs
Tipo di Pagamento free
Sito Web dell'Estensione http://www.samplesandsavings.com
Lingue Supportate 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"
    ]
}