CoinCorner - Earn Bitcoin

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

CoinCorner - Earn Bitcoinとは何ですか?

CoinCorner - Earn BitcoinはCoinCornerによって開発されたChromeの拡張機能で、その主な機能は「Earn Bitcoin cashback when you shop online with thousands of top brands with CoinCorner!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

CoinCorner - Earn Bitcoin拡張機能のCRXファイルをダウンロード

CoinCorner - Earn Bitcoin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 CoinCorner - Earn Bitcoin CoinCorner - Earn Bitcoin
ID onebfemgnhgpkdcmijbpjakhhidonjfl
公式URL https://chromewebstore.google.com/detail/coincorner-earn-bitcoin/onebfemgnhgpkdcmijbpjakhhidonjfl
説明 Earn Bitcoin cashback when you shop online with thousands of top brands with CoinCorner!
ファイルサイズ 585 KB
インストール数 1,264
現在のバージョン 1.3.2
最終更新日 2021-04-23
公開日 2020-06-30
評価 5.00/5 合計 3 レビュー
開発者 CoinCorner
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.coincorner.com/earn-bitcoin
ヘルプページのURL https://support.coincorner.com/hc/en-us
プライバシーポリシーページのURL https://www.coincorner.com/PrivacyPolicy
対応言語 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"
    ]
}