FreeShopper

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

¿Qué es FreeShopper?

FreeShopper es una extensión de Chrome desarrollada por fluentcodevs, y su función principal es "Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión FreeShopper

Descarga archivos de extensión FreeShopper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre FreeShopper FreeShopper
ID njpfbmajlfbhhnhhdipbhcchelcakcil
URL Oficial https://chrome.google.com/webstore/detail/freeshopper/njpfbmajlfbhhnhhdipbhcchelcakcil
Descripción Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!
Tamaño del Archivo 89.82 KB
Cantidad de Instalaciones 17
Versión Actual 1.0
Última Actualización 2017-06-15
Fecha de Publicación 2017-06-14
Calificación 2.67/5 Total de 3 Calificaciones
Desarrollador fluentcodevs
Tipo de Pago free
Sitio Web de la Extensión http://www.samplesandsavings.com
Idiomas Soportados 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"
    ]
}