CoinCorner - Earn Bitcoin

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

What is CoinCorner - Earn Bitcoin?

CoinCorner - Earn Bitcoin is a Chrome extension developed by CoinCorner, and its main feature is "Earn Bitcoin cashback when you shop online with thousands of top brands with CoinCorner!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download CoinCorner - Earn Bitcoin Extension CRX File

Download CoinCorner - Earn Bitcoin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name CoinCorner - Earn Bitcoin CoinCorner - Earn Bitcoin
ID onebfemgnhgpkdcmijbpjakhhidonjfl
Official URL https://chromewebstore.google.com/detail/coincorner-earn-bitcoin/onebfemgnhgpkdcmijbpjakhhidonjfl
Description Earn Bitcoin cashback when you shop online with thousands of top brands with CoinCorner!
File Size 585 KB
Installation Count 1,264
Current Version 1.3.2
Last Updated 2021-04-23
Publish Date 2020-06-30
Rating 5.00/5 Total 3 Ratings
Developer CoinCorner
Email [email protected]
Payment Type free
Extension Website https://www.coincorner.com/earn-bitcoin
Help Page URL https://support.coincorner.com/hc/en-us
Privacy Policy Page URL https://www.coincorner.com/PrivacyPolicy
Supported Languages 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"
    ]
}