Lucky Lottery - Win money by using Amazon

Use Amazon as you usually do, we'll randomly give one lucky user the commission we receive from Amazon at the end of each month!

O que é Lucky Lottery - Win money by using Amazon?

Lucky Lottery - Win money by using Amazon é uma extensão do Chrome desenvolvida por Jamie Farrelly, e sua principal característica é "Use Amazon as you usually do, we'll randomly give one lucky user the commission we receive from Amazon at the end of each month!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Lucky Lottery - Win money by using Amazon

Baixe arquivos de extensão Lucky Lottery - Win money by using Amazon 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

                        Amazon is one of the most popular sites on the internet, so I've decided to make this Chrome extension which gives you the chance to win big money at the end of each month, all by using Amazon as you'd normally do!

The extension changes all Amazon (both US and UK) links in your browser to use a special link which allows us to receive commission. At the end of the month, this commission is added up and one lucky user who has purchased something from Amazon will get all of the commission.

The more people that use the extension, the higher the prize pool will be, it's that simple.

Note: Please tweet @LotteryAmazon the time that you've completed your order and we'll give you one ticket in to the draw. Good luck!                    

Informações Básicas da Extensão

Nome Lucky Lottery - Win money by using Amazon Lucky Lottery - Win money by using Amazon
ID gmcldgchlmodejkhjanhakjkcpdgklak
URL Oficial https://chromewebstore.google.com/detail/lucky-lottery-win-money-b/gmcldgchlmodejkhjanhakjkcpdgklak
Descrição Use Amazon as you usually do, we'll randomly give one lucky user the commission we receive from Amazon at the end of each month!
Tamanho do Arquivo 22.88 KB
Contagem de Instalações 39
Versão Atual 0.0.1
Última Atualização 2015-01-25
Data de Publicação 2015-01-25
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor Jamie Farrelly
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lucky Lottery - Win money by using Amazon",
    "version": "0.0.1",
    "description": "Use Amazon as you usually do, we'll randomly give one lucky user the commission we receive from Amazon at the end of each month!",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon19-on.png",
        "default_title": "Toggle Lucky Lottery"
    }
}