FreeShopper

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

O que é FreeShopper?

FreeShopper é uma extensão do Chrome desenvolvida por fluentcodevs, e sua principal característica é "Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão FreeShopper

Baixe arquivos de extensão FreeShopper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome FreeShopper FreeShopper
ID njpfbmajlfbhhnhhdipbhcchelcakcil
URL Oficial https://chrome.google.com/webstore/detail/freeshopper/njpfbmajlfbhhnhhdipbhcchelcakcil
Descrição Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!
Tamanho do Arquivo 89.82 KB
Contagem de Instalações 17
Versão Atual 1.0
Última Atualização 2017-06-15
Data de Publicação 2017-06-14
Classificação 2.67/5 Total de 3 Avaliações
Desenvolvedor fluentcodevs
Tipo de Pagamento free
Site da Extensão http://www.samplesandsavings.com
Idiomas Suportados 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"
    ]
}