CoinCorner - Earn Bitcoin

Earn Bitcoin cashback when you shop online with thousands of top brands with CoinCorner!

O que é CoinCorner - Earn Bitcoin?

CoinCorner - Earn Bitcoin é uma extensão do Chrome desenvolvida por CoinCorner, e sua principal característica é "Earn Bitcoin cashback when you shop online with thousands of top brands with CoinCorner!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CoinCorner - Earn Bitcoin

Baixe arquivos de extensão CoinCorner - Earn Bitcoin 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

                        Get Bitcoin back when you shop online with CoinCorner!

When shopping online, the CoinCorner browser extension lets you know that you could earn Bitcoin cashback on your purchases.

With thousands of top brands to shop with, you can earn Bitcoin on everything from electronics, fashion and health & beauty to home & garden, pets, tech, things to do, and more.

Installing the extension is a simple way to make savings and earn Bitcoin while shopping for everyday products and services.

Already a CoinCorner customer? Here’s how you can earn Bitcoin:

Add the extension and start visiting your favourite retailers.
If we’re partnered with the retailer, you’ll receive a pop-up notification that there is Bitcoin cashback to be earned.
Simply click the “Activate” button and continue through the checkout process as normal.
After making a purchase, we’ll email you to confirm when the Bitcoin has been credited to your CoinCorner account!

New to CoinCorner? Here’s how you can earn Bitcoin:

Welcome! Start saving with CoinCorner by following the steps below:

Go to coincorner.com and create a free account.
Add the extension and follow the process for existing customers above!

Start earning Bitcoin today!                    

Informações Básicas da Extensão

Nome CoinCorner - Earn Bitcoin CoinCorner - Earn Bitcoin
ID onebfemgnhgpkdcmijbpjakhhidonjfl
URL Oficial https://chromewebstore.google.com/detail/coincorner-earn-bitcoin/onebfemgnhgpkdcmijbpjakhhidonjfl
Descrição Earn Bitcoin cashback when you shop online with thousands of top brands with CoinCorner!
Tamanho do Arquivo 585 KB
Contagem de Instalações 1,264
Versão Atual 1.3.2
Última Atualização 2021-04-23
Data de Publicação 2020-06-30
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor CoinCorner
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.coincorner.com/earn-bitcoin
URL da Página de Ajuda https://support.coincorner.com/hc/en-us
URL da Página de Política de Privacidade https://www.coincorner.com/PrivacyPolicy
Idiomas Suportados en-GB
manifest.json
{
    "background": {
        "scripts": [
            "jquery-3.5.1.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon-128.png",
        "default_title": "Earn Bitcoin when shopping online with CoinCorner!"
    },
    "content_scripts": [
        {
            "css": [
                "cashback.css"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Earn Bitcoin cashback when you shop online with thousands of top brands with CoinCorner!",
    "differential_fingerprint": "1.7711d165c2db412bbb4b726874c55970e04cce92978a8359512bee7edbf4c76a",
    "icons": {
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxAXj+yAyCH9rS4uBtj4SJpvcCH0R2VJMxq+nz8NeOCBP2QYPPyH4WVPA+MAoXLKR3q9b1bIVr1OC7lHVqlhjZWY+S8CnQ4zYniIgBIG4YaW7KZlOVPnLSy0kRMoWRsKHIDj93kVGsfkrt65uRmkq4lS8yNfGb4CKdtnvaVLpxzRJ\/67WZKcbJJTZ4IrP7n4klE1GAA6hCDEQghfFxz4e73E6YoVU52gCTHWofN0nfacC+O3yhcL6pJp848XsLVtO6HDwhV9fCpzXKY5Pbao0Qbgeqds5abGjbqQgQJRn5+z1Yc+Cp9N\/fljS\/Hh4bKL1x1KAcqQNllNfQf4D+OrDGQIDAQAB",
    "manifest_version": 2,
    "name": "CoinCorner - Earn Bitcoin",
    "options_page": "settings.html",
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.2",
    "web_accessible_resources": [
        "assets\/*.ttf",
        "cashback.html"
    ]
}